thegrizzlylabs / geniusscan-sdk-demo

Demo apps for Genius Scan SDK
30 stars 38 forks source link

ERROR ITMS-90208 on uploading to appstore #50

Closed kmkrtich closed 2 years ago

kmkrtich commented 2 years ago

Hi everyone.

I'm getting this kind of errors after updating to 4.4.3:

ERROR ITMS-90125: The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker. [Transporter Error Output]: ERROR ITMS-90208: Invalid Bundle. The bundle My.app/Frameworks/GSSDKCore.framework does not support the minimum OS Version specified in the Info.plist.

In my Podfile I have : platform :ios, '11.0' React-Native: 0.63.3

Any ideas ?

bvirlet commented 2 years ago

Which version were you using previously?

kmkrtich commented 2 years ago

4.0.8

bvirlet commented 2 years ago

Can you try deintegrating and reintegrating the pods (pods deintegrate && pod install)?

kmkrtich commented 2 years ago

Doesn't help. Full list of errors:

[!] Error uploading ipa file: [Transporter Error Output]: ERROR ITMS-90125: The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker. [Transporter Error Output]: ERROR ITMS-90208: Invalid Bundle. The bundle My.app/Frameworks/GSSDKCore.framework does not support the minimum OS Version specified in the Info.plist. [Transporter Error Output]: Return status of iTunes Transporter was 1: ERROR ITMS-90125: The binary is invalid. The encryption info in the LC_ENCRYPTION_INF\nERROR ITMS-90208: Invalid Bundle. The bundle My.app/Frameworks/GSSDKCore.framework does not support the minimum OS Version specified in the Info.plist. [Transporter Error Output]: The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure.

bvirlet commented 2 years ago

Which version and build number of Xcode are you using? (what you see under Xcode > About Xcode)

kmkrtich commented 2 years ago

XCode - 13.2.1

kmkrtich commented 2 years ago

Same issue also with XCode 13.3 (command line tools also is set to 13.3) Retried to downgrade lib to 4.0.8 (again with XCode 13.3) - everything is working fine on this version. So issue appears somewhere between 4.0.8 and 4.4.3

bvirlet commented 2 years ago

Which version of CocoaPods are you using?

kmkrtich commented 2 years ago

CocoaPods - 1.9.3 (sorry updated)

kmkrtich commented 2 years ago

Updated to cocoapods 1.11.3 version and issue has gone (Also updated some references suggested by XCode).

bvirlet commented 2 years ago

CocoaPods - 1.9.3 (sorry updated)

CocoaPods 1.11.0 fixed a lot of issues with the latest Swift/Xcode versions.

Glad it's solved.