Getting error from apple while upload the app on apple store

Hello Zoom SDK Team,

Please find below the attachment and my app description. I found below attachment issue while app upload on apple store. The app is working fine while installing it on the device.

Xcode version - 11.3.1
Swift 5
App Deployment Target - 12.0

App Store Connect Operation Error

ERROR ITMS-90635: “Invalid Mach-O Format. The Mach-O in bundle “******************/Frameworks/MobileRTCScreenShare.framework” isn’t consistent with the Mach-O in the main bundle. The main bundle Mach-O contains arm64(machine code), while the nested bundle Mach-O contains armv7(machine code) and arm64(machine code). Verify that all of the targets for a platform have a consistent value for the ENABLE_BITCODE build setting.”

App Store Connect Operation Error

ERROR ITMS-90171: “Invalid Bundle Structure - The binary file *********/Frameworks/MobileRTCScreenShare.framework/MobileRTCScreenShare’ is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at for information on the iOS app bundle structure.”

App Store Connect Operation Error

ERROR ITMS-90362: “Invalid Info.plist value. The value for the key ‘MinimumOSVersion’ in bundle **********/Frameworks/MobileRTCScreenShare.framework is invalid. The minimum value is 8.0”

App Store Connect Operation Error

ERROR ITMS-90058: "This bundle is invalid. The value for key CFBundleVersion [ZoomBundleVersionNumber] in the Info.plist file must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleVersion at "

App Store Connect Operation Error

ERROR ITMS-90059: "This bundle Payload/***********/Frameworks/MobileRTCScreenShare.framework is invalid. The value for key CFBundleVersion [ZoomBundleVersionNumber] in the Info.plist file must be no longer than 18 characters. Please find more information about CFBundleVersion at "

App Store Connect Operation Error

ERROR ITMS-90124: “The binary is invalid. The executable ‘**********/Frameworks/MobileRTCScreenShare.framework/MobileRTCScreenShare’ has type ‘OBJECT’ that is not valid. Only ‘EXECUTE’ is permitted.”

App Store Connect Operation Error

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.”

App Store Connect Operation Error

ERROR ITMS-90210: “Missing load commands. The executable at ‘*************/Frameworks/MobileRTCScreenShare.framework’ does not have the necessary load commands. Try rebuilding the app with the latest Xcode version. If you are using third party development tools, contact the provider.”

Thanks
Sandip

Screenshot 2020-03-30 at 11.03.17 AM

1 Like

Hi sandip.prajapati1,

Thanks for using Zoom SDK. Please follow the instruction at https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/getting-started/integration to correctly integrate our iOS SDK.

Please note that our iOS SDK is a dynamic framework that does not support BitCode and the minimum supported iOS version is 8.

The following reference could be helpful for troubleshooting the error codes you are getting:

Hope this helps. Thanks!

Thank you !! Zoom Team…

Let us know if any other questions. Happy Zooming! :slight_smile:

Hey Carson, Are there any plans for the Zoom sdk to support BitCode? The current lack of support basically kills our project plan.

Hi megans,

Thanks for using Zoom SDK. We are not able to support BitCode at the moment since some of our dependencies do not support bitcode. We are actively monitoring and investigating the possibilities of supporting Bitcode when possible, but I do not have any ETA at the moment.

Thanks!

Hi
i am still facing these issues when uploading to Appstore. I am using Xcode 11 for my project. In Xcode 11, there are no two sections as Embedded binaries and Linked Framworks. Please provide a guide how to integrate zoom libs in to Xcode 11 project.

Hi @ganukep,

Thanks for the post. Please see my reply in Zoom iOS SDK - Xcode 11 - Appstore Support. Thanks!