cocoapods 中 framework 报错
Command CompileSwift failed with a nonzero exit code in Xcode 10
解决方案
1.在项目中搜索关键词CommonCrypto
2.如果有Pod依赖这个头文件,在podfile中移除掉这个Pod库,重新执行pod install.
3.clean and build项目。
4.重新添加刚才移除掉的Pod库到podfile文件。然后pod install项目。
5.clean and build项目,就好了。
原文
链接:https://juejin.im/post/5bdfae9b6fb9a049ab0d0e79
Command CompileSwift failed with a nonzero exit code in Xcode 10
最新推荐文章于 2024-12-07 17:47:37 发布