Open kanjanaMi opened 1 year ago
+1 I found the same problem. Do you also have any workarounds you may suggest?
I don't have an M1 so I'm not sure that I can try to reproduce this.
Do any of the answers in here work? https://stackoverflow.com/questions/56957632/could-not-find-module-for-target-x86-64-apple-ios-simulator
Hi, I try to create swift package following to this guideline.
I imported SwiftPackage following to guideline but I found this error.
Could not find module 'MySwiftPackage' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator
I also tried set flag
Excluded architectures
andbuild active architecture only
but it didn't work.I'm using M1 and my hacky workaround is checking the flag
Open using Rosetta
. Do you have any suggestions to fix this?