outfoxx / Shield

🛡Security library covering Cryptography, Hashing, HMAC, Random, PBKDF, PKCS, X509, PKCS10
MIT License
58 stars 23 forks source link

Could not find module 'Shield' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator #68

Open matthewcarlreetz opened 1 year ago

matthewcarlreetz commented 1 year ago

I can build for a physical device, but am unable to build for the simulator. I am using a MacBook with Apple silicon (M1 Max).

kdubb commented 1 year ago

@matthewcarlreetz We use shield in a number of Xcode applications and build for both devices and simulators (iOS, tvOS & watchOS) without issue. I'm not exactly sure what could be the cause here besides general Xcode build issues.