Pod安装较长时间而不安装
我正在尝试安装Cocoapods,并在下载AlamoFire
时挂起! 任何人都面临类似的问题?
1)打开终端
2)sudo gem install cocoapods sudo gem install -n / usr / local / bin cocoapods
3)吊舱设置
4)创建一个xcode项目
5)cd“你的项目根目录的路径”
6)pod init
7)打开-a Xcode Podfile
8)荚'Alamofire','〜> 3.4'
它只是喜欢绞死,即使经过漫长的等待也不会成功!
提前致谢!!!
在你的pod文件中使用这个 - >
**source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
target 'Pod DemoTests' do
pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire'
end**
这将解决你的问题..
吊舱安装
1.sudo gem install cocoapods 2.pod init 3.import需要的框架在podfile中4.pod install 5.open与工作区。
链接地址: http://www.djcxy.com/p/92253.html上一篇: Pod Installlation Getting Long Time and Not Install
下一篇: Best practices for distributing a Haskell application and updating it