提交工单
咨询集成、功能及报价等问题
Products / Plugins:AI Effects
Platform / Framework:iOS
Last updated:2021-09-26 15:15
How to deal with this error Undefined symbols for architecture armv7: "_OBJC_CLASS_$_ZegoEffects
when archiving your app in Xcode?
The Zego Effects SDK for iOS doesn't support the 32-bit armv7
architecture and only supports the 64-bit arm64
and x86_64
architectures. The following are the considerations behind this design decision.
armv7
iOS devices that can be upgraded to iOS 10 are iPhone 5, iPhone 5c, and iPad (the 4th Generation). But running AI applications on these 32-bit devices is not ideal due to their low computing power. If your app only needs to support iOS 11.0 or later, set the deployment target (the lowest iOS version that can run your app) to iOS 11.0 by doing the following:
If your app has to support iOS 10 or earlier: