
IOS SDK version 222.0.1 After upgrade to this, when upload to App Store Releases it still will throw
ERROR ITMS-90085:
No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.
XCFramework Compatibility
This version of the Embedded SDK uses Apple’s new XCFramework bundle type, which is required for third-party frameworks on macOS Catalina. This update involves two changes to our previous instructions:
- CocoaPods does not currently support XCFrameworks. You’ll have to follow our guidelines for installing the framework files manually instead.
- We've removed the prepare-framework script from the SDK, which was previously required in order to strip the unneeded architectures from dynamic libraries before submitting to the App Store. This process is no longer necessary.