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
專案,就好了。