关于cocoapod最新iOS9相关问题的解决

来源:互联网 发布:东风标致 308 知乎 编辑:程序博客网 时间:2024/05/09 21:54


pod file 里边的文件格式应该是这样写的

$pod  init

$pod install

# Uncomment this line to define a global platform for your project

source 'https://github.com/CocoaPods/Specs.git'
# platform :ios, '9.0'
target ‘test’ do
  pod 'AFNetworking', '~> 2.6'
  pod 'ORStackView', '~> 3.0'

end



//////////提示问题////////////

!] Your Podfile has had smart quotes sanitised. To avoid issues in the future, you should not use TextEdit for editing it. If you are not using TextEdit, you should turn off smart quotes in your editor of choice.



0 0