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.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: