找不到目标 'arm64-apple-ios-simulator' 的模块 'Alamofire';找到:x86_64-apple-ios-simulator、x86_64

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

我已将 xcode 更新到 12.3,我收到了新错误。

另一个解决方法是将 BuildSettings ->"Validate Workspace" 设置为 Yes。它仍然会显示警告,但会构建项目。

更改您的项目名称 只使用英文字符

我使用的是 Carthage 0.38 和 XCode13。我在构建 Moya 时遇到了这个问题。

我发现在文件 Carthage > Build > iOS 中,有一个重复的 Alamofire 框架构建(另一个在 Carthage > Build 中),并且 XCode 以某种方式使用它来构建 Moya。

我把重复的删掉后,可以搭建成功