Reputation: 1
When I build an XCode project with the Apple Silicon chip, I have some issues.
The project contains Pods and Swift Packages.
I could not run the application at all and always got the following error:
Could not find module xxx
for target x86_64-apple-ios-simulator
; found: arm64-apple-ios-simulator, at: xxx
I try to resolve this issue.
However, issue always come to me.
Do you have any solution for this problem?
Thank you by advance!
Upvotes: 0
Views: 263