做pod init&& pod安装在根项目文件夹上(不是源代码所在的位置)我在尝试构建时遇到此错误:
ld: library not found for -lPods-TestProject
这是我有的Podfile:
# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"
target "TestProject" do
pod 'AFNetworking', '2.2.1'
end
target "TestProject" do
端
由于