使用Cocoapods安装Swift库

时间:2018-11-12 09:58:38

标签: swift xcode cocoapods

我不是Swift专家,也不是初学者,但我希望能有所帮助。

我正在为使用外部库NVActivityIndicatorView的iOS应用程序使用模板。为了安装它,我使用CocoaPods-在Terminal中导航到包含XCode Project的目录,然后使用“ pod install”。我已经检查了似乎包含安装参考的podfile的内容(请参见附件图像)。enter image description here

以下也是“ pod install”的输出:-

Analyzing dependencies
Downloading dependencies
Using BMSAnalyticsAPI (2.2.3)
Using BMSCore (2.3.5)
Using MessageKit (0.13.5)
Using NVActivityIndicatorView (4.4.0)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 3 dependencies from the Podfile and 4 total pods installed.

尽管如此,当我随后在XCode v10.1中打开项目并尝试模拟我的应用程序时,收到“没有建立这样的模块'NVActivityIndi​​catorView'”的“构建失败”错误

我知道这很明显,但是由于我是Swift的新手,所以我不知道要做什么。我确实单独下载了源代码以尝试解决问题,并将源目录拖到了XCode中的项目中,但这没有帮助。

有什么建议吗?

谢谢

1 个答案:

答案 0 :(得分:2)

在项目中使用Pod时,必须打开扩展名为.xcworkspace的新文件,而不是扩展名为.xcodeproj的旧文件

是带有白色图标的那个 enter image description here