作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想做 Cocoapods 安装,但我不知道该怎么做?
我必须根据 Xcode 版本下载哪个版本?
我必须做哪些设置?
最后如何进行 pod 安装
喜欢,将 pod 'Parse' 添加到您的 podfile 并运行 pod install。
最佳答案
sudo gem update --system
sudo gem install cocoapods
pod setup
cd ~/Path/To/Folder/Containing/yourproject
pod init
open -a Xcode Podfile
Uncomment this line to define a global platform for your project
platform :ios, "6.0" target "ShowTracker" do end
platform :ios, "7.0"
pod install
关于ios - 如何进行 Cocoapods 安装?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32942183/
我是一名优秀的程序员,十分优秀!