This is the error I am seeing when I try to build my project after installing PromiseKit.
Cannot import module being compiled.
This is what my PodFile contains to install PromiseKit.
pod 'PromiseKit', :git => 'https://github.com/mxcl/PromiseKit.git', :branch => 'swift-2.0-minimal-changes'
I tried having the following statement in PodFile, but it was throwing many more compilation errors, so I tried the above statement.
pod "PromiseKit", "~> 2.0"