Description
- Xcode version: 12
- Firebase SDK version: Last
- Firebase Component: Core, Messaging, InAppMessaging
- Component version: Last
- Installation method: CocoaPods 1.9.3
Steps to reproduce:
When I try to generate an .app bundle (representing a iOS Simulator build of your app) for uploading to Appetize ( https://support.appetize.io/help/how-to-upload-an-app-to-appetize-io ), using Xcode, it works perfectly if i press the Build & Run button and open the app in a Simulator, but when I try to generate it with command line xcodebuild command I'm getting this crash:
error: module 'Firebase' was created for incompatible target arm64-apple-ios8.0 (the same for the other modules)
This is the command for getting the crash:
xcodebuild -sdk iphonesimulator -workspace Project.xcworkspace -scheme Appetize -configuration Debug
This worked perfectly before updating to XCode 12 and cocoapods 1.9.3, when I was using XCode 11.X and cocoapods 1.9.1
PD: I tryed with the "warning workaround" (described here: CocoaPods/CocoaPods#9884 (comment) )but the problem is exactly the same but writting arm64-apple-ios9.0 instead of arm64-apple-ios8.0