I have framework that run only on real device, when I run on simulator I have the following errors:
- Build failed because xxxxSDK.swiftmodule is not built for arm64
- Could not find module ‘xxxxSDK’ for target ‘arm64-apple-ios-simulator’; found: arm64-apple-io
I tried to exclude SDK from simulator but without luck, what configuration I need to add to run on simulator