distriqt / ANE-Adverts-Mediation

Mediation adapters for the Adverts ANE
https://airnativeextensions.com/extension/com.distriqt.Adverts
12 stars 0 forks source link

[iOS] ITMS-90482: Invalid Executable - 'FBAudienceNetwork' contains bitcode. #58

Closed megajogos closed 1 year ago

megajogos commented 1 year ago

We are receiving the following error from AppleStore:

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

Our app was not accepted to the Store because of this problem.

marchbold commented 1 year ago

I'll double check the facebook audience sdk version we are using.

megajogos commented 1 year ago

@marchbold please remove the Bitcode from this framework!

megajogos commented 1 year ago

Workaround:

Execute the command "xcrun bitcode_strip -r Frameworks/FBAudienceNetwork.framework/FBAudienceNetwork -o Frameworks/FBAudienceNetwork.framework/FBAudienceNetwork"

marchbold commented 1 year ago

Yes, we have created an updated build script to do this for frameworks that haven't been updated as yet. We are just testing it's effects.

marchbold commented 1 year ago

Update should be available now, let me know if you run into any issues.