【发布时间】:2015-08-15 20:04:22
【问题描述】:
这是我在安装 PromiseKit 后尝试构建项目时看到的错误。
Cannot import module being compiled.
这是我的 PodFile 包含的用于安装 PromiseKit 的内容。
pod 'PromiseKit', :git => 'https://github.com/mxcl/PromiseKit.git', :branch => 'swift-2.0-minimal-changes'
我尝试在 PodFile 中使用以下语句,但它引发了更多编译错误,所以我尝试了上述语句。
pod "PromiseKit", "~> 2.0"
【问题讨论】:
标签: xcode swift2 promisekit