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

低版本的cocoa pods在编写Podfile文件时这样写就可以了

platform :ios, '8.0'
pod 'AFNetworking'

高版本的cocoa pods在编写Podfile文件必须这样写

platform :ios, '8.0'
target "targetName" do
pod 'AFNetworking'
end

在Info.plist中添加  NSAppTransportSecurity 类型  Dictionary Dictionary 下添加  NSAllowsArbitraryLoads 类型 Boolean ,值设为  YES,OK搞定

上一篇:Microsoft SQL Server 管理 (常用管理及维护命令)


下一篇:第九篇 SQL Server安全透明数据加密