对xcworkspace文件的困惑

时间:2017-01-10 04:52:59

标签: swift cocoapods

我对podfiles和导入框架以及所有这些好东西都很新。

尝试使用随cocoapods导入的BigBoard框架时,我遇到了一个非常有趣的错误:

enter image description here

我知道这是因为我在我的.xcodeproj文件中。我完成了pod的安装

# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
use_frameworks!
target ‘SwiftyStockApp’ do
use_frameworks!
  pod 'BigBoard', '~> 1.1'
end

并且它没有自动生成其中一个.xcworkspace文件。我怎么得到一个?

非常感谢任何帮助:)

修改

安装完成后,终端会显示一条消息:“Abort trap:6”

1 个答案:

答案 0 :(得分:0)

确保安装了可可豆荚。

进入你的mac终端并运行:

G

然后进入你的项目文件夹(在终端中)并运行:

$ sudo gem install cocoapods

请参阅:https://guides.cocoapods.org/using/using-cocoapods.html