Error
Could not find module 'Cartography' for target 'x86_64-apple-ios-simulator': found: arm64_ios_simulator...
Setup is simple:
- A framework (embedded Xcode project) that has a Swift Package dependency on Cartography (or any package, really)
- An app that uses that framework
- Ensure that the Framework has a
import
statement for the Swift Package, and that the App has animport
statement for the framework. - Try to compile for any iPhone or iPad simulator
Note: Using Rosetta to run on simulator works, but I need a solution that works without Rosetta.