Library not found for -lPods
時的解決辦法最近在寫一個Xcode的插件,須要導入Cocoapods的依賴,可是添加Pods之後無論怎麼樣都沒法編譯成功,始終都是Library not found for -lPods
錯誤,在官網上終於找到了教程,記錄以下html
platform :osx, "10.10" pod 'AFNetworking', '~>2.0'
$ pod install
$ open xxx.xcworkspace
Edit Scheme
Build
選項,添加Pods
,並把Pods
移到最高另附上官網的問題解決方案連接:官網問題解決集錦xcode