You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@capacitor-community/firebase-analytics/ios/Plugin/Plugin.swift:2:8: compiling for iOS 13.0, but module 'Capacitor' has a minimum deployment target of iOS 14.0: /Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/Capacitor/Capacitor.framework/Modules/Capacitor.swiftmodule/arm64-apple-ios.swiftmodule
When building app we get error:
@capacitor-community/firebase-analytics/ios/Plugin/Plugin.swift:2:8: compiling for iOS 13.0, but module 'Capacitor' has a minimum deployment target of iOS 14.0: /Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/Capacitor/Capacitor.framework/Modules/Capacitor.swiftmodule/arm64-apple-ios.swiftmodule
I think the problem is in file (on line 12):
https://github.com/capacitor-community/firebase-analytics/blob/master/CapacitorCommunityFirebaseAnalytics.podspec
Here is still deployment target set to 13.
s.ios.deployment_target = '13.0'
The text was updated successfully, but these errors were encountered: