CocoaPods的问题

时间:2017-09-22 05:34:13

标签: ios swift3 cocoapods

enter image description here enter image description here嗨我是iOS新手,我正在尝试将CVCalender用于自定义日历https://github.com/CVCalendar/CVCalendar#-cocoapods- 我试图安装可可豆荚,但它的错误, 但我在我的文件中有muly cocopods这些是使用完全或我需要删除这些东西,如图像enter image description here

所示

enter image description here

任何人都可以帮我了解如何成功安装coacoa pod并安装cvcalender

添加代理后也显示相同的错误enter image description here

1 个答案:

答案 0 :(得分:2)

1.打开终端

 sudo gem install cocoapods

2.设置cocoapods主仓库

pod setup

下载主仓库。尺寸大约370.0MB

3.创建xcode项目并在终端中选择根目录。

cd "your XCode project root directory"

4.然后输入

pod init

5.然后输入终端

打开项目的podfile
open -a Xcode Podfile

6.在开放文本podfile中添加项目的依赖项。

**for ex.** pod 'CVCalendar', '~> 1.5.2'

7.然后输入终端

,将pod安装到您的项目中
pod install

现在关闭你的xcode项目并打开.xcworkspace xcode项目文件。 快乐的编码。

另请参阅cocoapods链接。 https://cocoapods.org/