distriqt/ANE-Adverts-Mediation

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

megajogos opened this issue · 5 comments

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.

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

@marchbold please remove the Bitcode from this framework!

Workaround:

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

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.

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