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