Xcode 模拟器报错 .modulemap not found
2023-11-13 本文已影响0人
iOS_July
报错
Showing Recent Errors Only module map file '/Users//Library/Developer/Xcode/DerivedData/-ekbcgfposgmujyfdyfdqgvzirvto/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.modulemap' not found
![](https://img.haomeiwen.com/i5129507/60ea02da5ca97216.jpg)
解决
- 就是给Xcode 增加模拟器编译
-
Build Setting 对应 添加 arm64 x86_64,Excluded Architectures 中的 ios模拟器 添加 arm64
fix