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
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 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: