Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

could not find module 'Alamofire' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, x86_64

I have updated xcode to 12.3, i am getting the new errors.

  • could not find module 'Alamofire' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, x86_64
  • Command CompileSwift failed with a nonzero exit code
like image 922
Ganesh Shetty Avatar asked Jan 04 '21 10:01

Ganesh Shetty


1 Answers

Another workaround is to set BuildSettings ->"Validate Workspace" to Yes. It will still show a warning, but will build the project.

enter image description here

like image 125
abh Avatar answered Nov 15 '22 11:11

abh