PromiseKit: Unable to Import Framework

I installed PromiseKit for Swift 3 via Carthage: github "mxcl/PromiseKit" "swift-3.0"
However, when I try to do import PromiseKit i get an error. Also… When trying to add the PromiseKit framework to embedded binaries the .framework doesn’t show up in the Build folder of Carthage, any idea as to what is going on?

Thanks, Simon

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 18 (8 by maintainers)

Most upvoted comments

You didn’t sudo xcode-select --switch /Applications/Xcode-beta.app first. It’s compiling with swift 2.2.

Solved

I just dragged in the xcodeproj and then the framework showed up 😂