创建Podfile
1. 打开终端
2. cd 工程路径
3. 输入 vim Podfile回车
4. 保存文件(:wq)
5. 打开生成的Podfile文件
platform:ios,'8.0'
target '工程名' do
pod 'AFNetworking', '~> 3.0'
end
创建报错
Found a swap file by the name ".podfile.swp"
platform:ios,'8.0'
target '工程名' do
pod 'AFNetworking', '~> 3.0'
end
Found a swap file by the name ".podfile.swp"