Post

Replies

Boosts

Views

Activity

Reply to Error during "xcodebuild archive" for simulator: Undefined symbols for architecture arm64: "_OBJC_CLASS_$_FraudForce", referenced from: objc-class-ref in IovationService.o ld: symbol(s) not found for architecture arm64 clang: error: linker co
I've created xcframework. The reason was in this log line: note: '/Users/eugene/Documents/ios-examples/MyFramework/ThirdPartyFramework.xcframework' is missing architecture(s) required by this target (arm64), but may still be link-compatible. This solution helped me: You can try to add arm64 to the Build Settings -> Architectures -> Excluded Architectures for Any iOS Simulator SDK.
Dec ’21