marcojak / MauiMTAdmob

MIT License
104 stars 17 forks source link

Error build with XCode 14 #9

Closed banhthanhvi closed 4 months ago

banhthanhvi commented 1 year ago

After upgrade:

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

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

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

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

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

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

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

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

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

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

How can I fix it? Thank you.

changguangyu commented 1 year ago

same error here, how to solve this?

marcojak commented 1 year ago

I'm going to have a look and if the problem is with the plugin I'll release a new version asap.

changguangyu commented 1 year ago

I'm going to have a look and if the problem is with the plugin I'll release a new version asap.

Thanks. I used the fix here and it is work. https://github.com/dotnet/maui/issues/10989

marcojak commented 1 year ago

Check if the new version 1.0.2 works fine...I've just published it.

marcojak commented 4 months ago

This shouldn't be an issue anymore.