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
项目,就好了。