这是我在安装 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"