I am getting the next error for a bundle not included in by Podfile when constructing my code utilizing XCODE
Binary goal FirebaseAnalytics couldn’t be mapped to an artifact with anticipated identify FirebaseAnalytics
Binary goal GoogleAppMeasurement couldn’t be mapped to an artifact with anticipated identify GoogleAppMeasurement
Can somebody please assist?
This is my Podfile:
# Uncomment the subsequent line to outline a worldwide platform to your challenge
platform :ios, '13.0'
goal 'take a look at' do
# Remark the subsequent line if you happen to're not utilizing Swift and do not need to use dynamic frameworks
use_frameworks!
# Pods for Minuteapp
pod 'SwiftMessages'
pod 'GoogleSignIn'
pod 'Guarantees'
pod 'Flurry-iOS-SDK/FlurryMessaging'
pod ‘Flurry-iOS-SDK/FlurrySDK’
pod 'ApphudSDK'
pod 'FittedSheets'
pod 'ColorThiefSwift'
pod "SwiftChart"
pod 'SDWebImage'
pod 'AQPlayer'
pod 'STPopup'
pod 'Toast-Swift'
pod 'PaddingLabel'
pod 'GoogleSignIn'
pod 'DeviceKit'
# pod 'SwiftyStoreKit'
pod 'ReachabilitySwift'
pod 'Alter'
pod 'Amplitude'
pod 'OneSignal/OneSignal', '>= 5.0.0', '< 6.0'
pod 'OneSignal/OneSignalInAppMessages', '>= 5.0.0', '< 6.0'
# In case your app doesn't use CoreLocation, you possibly can take away this:
pod 'OneSignal/OneSignalLocation', '>= 5.0.0', '< 6.0'
finish
post_install do |installer|
installer.pods_project.targets.every do |goal|
goal.build_configurations.every do |config|
config.build_settings['ONLY_ACTIVE_ARCH'] = 'YES'
finish
finish
installer.generated_projects.every do |challenge|
challenge.targets.every do |goal|
goal.build_configurations.every do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
finish
finish
finish
finish