jwplayer / JWPlayerKit-cocoapod

Other
2 stars 6 forks source link

invalid binary: enable bitcode for sdk v4.3.1 #2

Closed theLastOrbit closed 2 years ago

theLastOrbit commented 2 years ago

I've recently migrated from v3 to v4. while submitting the app to app store connect, it fails to build processing on the app store connect and gives invalid binary status. Then I've got a message from apple with these issues:

ITMS-90562: Invalid Bundle - One or more dynamic libraries that are referenced by your app are not present in the dylib search path.

ITMS-90562: Invalid Bundle - The app submission can not be successfully recompiled from bitcode due to missing symbols during linking. You can try to reproduce and diagnose such issues locally by following the instructions from: https://developer.apple.com/library/archive/technotes/tn2432/_index.html

Then I tried to export the .ipa file with bitcode enabled and got this error:

while uploading / exporting without bitcode, it's fine. but for permanent solution, the SDK needs to bitcode enabled.

david-almaguer commented 2 years ago

@md-rubel We are currently working on a fix, stay tuned for the next release.

theLastOrbit commented 2 years ago

fixed on v4.4.1 Thanks