iOS xcode9.3 pod 刪除框架之後,clang報錯:not found框架

ZY_FlyWay發表於2018-04-18

環境:xcode9.3   pod

操作:刪除podfile裡不用的框架,從新pod install

錯誤:clang報錯:not found框架   常見連線錯誤如下:

clang: error: linker command failed with exit code 1 (use -v to see invocation)  

原因分析:連結庫的時候,配置檔案並沒有找到框架,所以載入的時候找不到庫路徑,然後報錯。

解決辦法:  other Linker flags 去掉刪除的框架路徑

bulid Setting -- other Linker flags

相關文章