cocoapods pod install 安装报错 is not used in any concrete target

低版本的cocoa pods在编写Podfile文件时这样写就能够了 platform :iOS, '8.0' pod 'AFNetworking'ios 高版本的cocoa pods在编写Podfile文件必须这样写spa platform :ios, '8.0' target "项目名称" do pod 'AFNetworking' end.net
相关文章
相关标签/搜索