Use of undeclared identifier 'FIRAnalytics' - ionic-framework

i am facing this issue when add firebase dynamic links in ios android working fine
pod 'FBSDKCoreKit', '5.15.0'
pod 'FBSDKLoginKit', '5.15.0'
pod 'FBSDKShareKit', '5.15.0'
pod 'Firebase/Messaging', '~> 7.4.0'
pod 'Firebase/Analytics', '~> 7.0.0'

Related

No Such Module Moya

I am Using xcode 13.4.1 and installing pod 'SwiftyJSON', '~> 4.0'
pod 'Moya', '~> 15.0' these pods successfully i can't import these pods in my class.
try to use
pod "Moya", '~> 13.0'

This app could not be installed at this time. Extra info about plist: ACL=<not found>

Hi i am facing a issue while installing application i have tried different possible solution like.
1- uninstalling and reinstalling cocoapods
2- de-integrating pod
3- re-installing xcode
This app could not be installed at this time.
Domain: IXUserPresentableErrorDomain
Code: 1
Failure Reason: Could not install at this time.
Recovery Suggestion: Failed to load Info.plist from bundle at path /Users/mac-book/Library/Developer/CoreSimulator/Devices/8BA55A81-1C17-463D-A957-6E4604DB3CA3/data/Library/Caches/com.apple.mobile.installd.staging/temp.pcRxJr/extracted/Payload/TEST.app/Frameworks/Alamofire.framework; Extra info about plist: ACL=<not found>
Tried all solution suggested in this question as well
Xcode error Extra info about plist: ACL=<not found>
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
source 'https://github.com/CocoaPods/Specs.git'
target 'Darewro' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Darewro
pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'alamofire5'
pod 'PromisedFuture'
pod 'XLPagerTabStrip', '~> 8.1'
pod 'CountdownLabel', '>= 4.0'
pod 'Firebase/Messaging'
# pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'GoogleMaps'
pod 'GooglePlaces'
pod 'LGSideMenuController'
pod 'paper-onboarding'
pod 'RangeSeekSlider'
pod 'SDWebImage'
pod 'RealmSwift'
pod 'MXParallaxHeader'
pod 'Cosmos'
pod 'SVProgressHUD'
pod 'LGButton'
pod 'AnyFormatKit'
pod 'MXSegmentedPager'
end
Need help from developer community.

'Chrono' file not found time.h import firestore using cocoapod in Swift 5 / IOS 10

We are on Swift 5, IOS 10. We recently included Firesbase/Firestore in the pod file. The pod file looks like this.
platform :ios, '11.0'
use_frameworks!
target 'ProjectName' do
inherit! :search_paths
# Pods for testing
pod 'GoogleAPIClientForREST'
pod 'Firebase/Analytics'
pod 'Firebase/Performance'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'Fabric', '~> 1.10.2'
pod 'Crashlytics', '~> 3.13.4'
pod 'Alamofire', '~> 5.0.0-rc.3' # Used to upload files with multipart
pod 'MessageKit', '~> 3.0.0-swift5'
end
When we build the project, .
import FirebaseFirestore
we get the following error
'chrono' file not found time.h
Tried all the suggestions listed here. But none seem to work.

No Such Module Xcode Obc-j to Swift in Single File

I realize this is a common bug, but I have tried many other solutions, and believe I have a new wrinkle to it so I'll ask here.
I have this class in which I am trying to
import FBSDKLoginKit
But I get a no such module error. However, this class used to be in Objective-C, and I am able to do the same import in other (Swift) classes, but not this one.
Here is my podfile:
platform :ios, '9.0'
use_frameworks!
target 'Community' do
pod 'FBSDKCoreKit', '~> 4.30'
pod 'FBSDKLoginKit', '~> 4.30'
pod 'GoogleMaps', '~> 2.5'
pod 'GooglePlaces', '~> 2.5'
pod 'CropViewController'
pod 'ImageSlideshow', '~> 1.5'
pod 'GBHFacebookImagePicker', '~> 2.0'
pod 'JSQMessagesViewController'
pod 'TwilioChatClient', '~> 2.0.1'
# pod 'TwilioAccessManager', '~> 0.1.1'
pod 'Alamofire', '~> 4.7'
end
What gives?

XCode 9.1 crashes, just after running app on device or simulator

XCode 9.2 started crashing just after I run my app, either on simulator or real device.
Is there any reset or reinstall for XCode?
I am using these PODs:
# Pods for Handee Client
pod 'SkyFloatingLabelTextField', '~> 3.0'
pod 'PMSuperButton'
pod 'RAMAnimatedTabBarController', '~> 3.0.1'
pod 'Firebase/Auth'
pod 'PopupDialog', '~> 0.6'
pod 'Font-Awesome-Swift', '~> 1.7.1'
pod 'IGZLocation', '~> 1.0'
pod 'SMDatePicker'
pod 'ALCameraViewController', '~> 2.0.3'
pod 'XLPagerTabStrip', '~> 8.0'
pod 'HCSStarRatingView', '~> 1.5'
pod 'Alamofire', '~> 4.5'
pod 'AlamofireObjectMapper', '~> 5.0'
pod 'AlamofireImage', '~> 3.3'
pod 'Toast-Swift', '~> 3.0.1'
pod 'DGElasticPullToRefresh'
pod 'RxSwift', '~> 4.0'
pod 'RxCocoa', '~> 4.0'
pod 'PKHUD', '~> 5.0'