Open
Description
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):
Here is still deployment target set to 13.
s.ios.deployment_target = '13.0'
Metadata
Metadata
Assignees
Labels
No labels