Unable to make Archive on M1 macbook

Description
I am not able to make archive although code is running fine on device and simulator.
Which iOS Video SDK version?
The old video sdk 1.0.2 compiling fine and got the issues when upgrading to ZoomSDK 1.5.2

Erros :
Undefined symbol: OBJC_CLASS$_ZoomVideoSDKSessionContext

Undefined symbol: OBJC_CLASS$_ZoomVideoSDKInitParams

Undefined symbol: OBJC_CLASS$_ZoomVideoSDKUser

Undefined symbol: OBJC_CLASS$_ZoomVideoSDKVideoOptions

Undefined symbol: OBJC_CLASS$_ZoomVideoSDKAudioOptions

Undefined symbol: OBJC_CLASS$_ZoomVideoSDK

Smartphone (please complete the following information):

  • Xcode : 13.0

Hi @qazi.naveed ,
I am sure you are using the SDK for arm v7, right? :grinning:
Please note that, our SDK not support arm v7 since v1.4.0.
Please check the release note here.
Thanks.

Any work around that you suggest ? So that i can make an archive ?

Hi @qazi.naveed ,

Thanks for your reply. Since our SDK does not support arm v7, you may leverage the Xcode setting “Excluded Architectures” to archive without arm v7.

Hope this helps. Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.