Error while archiving app with v4.3.47201.0322

I get the unsupported architectures error while archiving my code with latest Zoom iOS SDK v4.3.47201.0322. Kindly let me know how to fix this.

I am using XCode version 10.1.

I’m afraid the Zoom SDK doesn’t support XCode 10, you will need to download XCode 9 and use that.

Regards.

Hi Neha,

Thanks for the post. Are you using the device only version(the default version on master branch) or the all version(both device+simulator:https://github.com/zoom/zoom-sdk-ios/releases/tag/v4.3.1.47201.0322)? We will try to re-produce your issue and get back to you as soon as possible.

Thanks!

Hi arshadm,

Thanks for using Zoom SDK. The Xcode 10 support has been introduced to our SDK since the 2018 Oct release( v4.1.34076.1024). All releases after v4.1.34076.1024 release support XCode 10.

Thanks!

Hi Carson

I’m using latest release available at https://github.com/zoom/zoom-sdk-ios/releases/tag/v4.3.1.47201.0322

Hi Neha,
Thanks for the reply. So there are 2 versions of iOS SDK provided on Github:

I have tried to download, build and archive both demo apps(device only && device+simulators), unfortunately, I did not encounter this issue when passing through the App Store Distribution Review:

39%20PM

The first error in your screenshot seems related to archiving the libraries that are supporting simulator, as the answer on StackOverflow(ios - Check and Remove Unsupported Architecture [x86_64, i386] in IPA / Archive - Stack Overflow) says:

Apple has started complaining if app contains simulator architectures during distribution.

So please try to use the iOS SDK library that only supports real device and try again. There are a bunch of discussions online that could possibly help you to resolve this issue:

  1. ios - Submit to App Store issues: Unsupported Architecture x86 - Stack Overflow
  2. ios - Check and Remove Unsupported Architecture [x86_64, i386] in IPA / Archive - Stack Overflow
  3. Daniel Kennett - Stripping Unwanted Architectures From Dynamic Libraries In Xcode

Please be sure to follow the integration guides in our SDK documentation: https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/getting-started/integration, and please ensure the build phase and build settings are fully configured. Please refer to our demo app’s setting as an example.

We will keep investigating the issues that you are facing. Before we find out the root cause, hope the above info can help you to resolve your issues.

Let me know if you have any other questions or if you could provide any other info that could help us to reproduce your issue.

Thanks!

1 Like

Thanks for the help.

Marked as solved.

-Tommy