Open eliasribeiro opened 1 year ago
Hi @eliasribeiro there was a similar issue reported in our Unity SDK, it seems an update to Xcode 14.1 resolves the issue. Can you please try that and let me know how it goes?
Thanks!
The problem persists in XCode version 14.1.
In the recently released Xcode 14.2 the problem also persists. I tested with OneSignalSDK.Xamarin 4.3.0.
@eliasribeiro we are seeing what we can do on the iOS native side to remove bitcode. In the mean time, I believe this will work as a workaround. It will explicitly strip the bitcode out as part of the build.
Yes, that fixed it, thanks!
What happened?
Tested in OneSignalSDK 4.1.3 and 4.3.0.
ITMS-90482 error occurs when I send the .ipa to Apple. The .ipa is reject and apple send the follow e-mail:
"App Store Connect
Dear Developer,
We identified one or more issues with a recent delivery for your app, "My App Name" 66.4 (1.65). Please correct the following issues, then upload again.
ITMS-90482: Invalid Executable - The executable 'APP.iOS.app/Frameworks/OneSignal.framework/OneSignal' contains bitcode.
ITMS-90482: Invalid Executable - The executable 'APP.iOS.app/Frameworks/OneSignalCore.framework/OneSignalCore' contains bitcode.
ITMS-90482: Invalid Executable - The executable 'APP.iOS.app/Frameworks/OneSignalExtension.framework/OneSignalExtension' contains bitcode.
ITMS-90482: Invalid Executable - The executable 'APP.iOS.app/Frameworks/OneSignalOutcomes.framework/OneSignalOutcomes' contains bitcode.
Best regards,
The App Store Team"
Steps to reproduce?
What did you expect to happen?
A few weeks ago I was able to publish the app without any problems. Apple changed their parsing algorithm for the .ipa caused by this issue with the OneSignalSDK.Xamarin package.
OneSignal Xamarin SDK version
4.3.0
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct