TobiasBuchholz / Plugin.Firebase

Wrapper around the native Android and iOS Firebase Xamarin SDKs
MIT License
220 stars 49 forks source link

Deploying to iOS using Xcode 14.1 #86

Closed ahmad-hosseini closed 2 years ago

ahmad-hosseini commented 2 years ago

We're trying to deploy our application to TestFlight but we keep getting an error when using this package. Here's one of the errors:

ITMS-90482: Invalid Executable - The executable 'MyMobileApp.app/Frameworks/FirebaseCore.framework/FirebaseCore' contains bitcode.

It seems the package has enabled bitcode, whilst we haven't. This mix isn't allowed and in Xcode 14 bitcode was deprecated. Is there anyway we can turn it off for this package or has anyone managed to get around this?

Xcode version: 14.1 VM: macOS-12

[UPDATE] For anyone having this issue, it is being tracked here https://github.com/xamarin/GoogleApisForiOSComponents/issues/578

TobiasBuchholz commented 2 years ago

Hi @ahmad-hosseini, this package is just a crossplatform wrapper around the native firebase packages provided by Microsoft. You might find an answer to your question at their repository or you can ask it again there. Hope this helps!