Tommy Liu
Tommy Liu

Reputation: 239

CryptoSwift cannot use swift 2

I would like to use https://github.com/krzyzanowskim/CryptoSwift on my swift project (my swift is 2.1 and Xcode 7.1.1). After I had completed the installation instruction (run build.sh then add the framework file to my project), I still cannot import CryptoSwift framework. Please help.

enter image description here

enter image description here

enter image description here

Upvotes: 1

Views: 1143

Answers (2)

Tommy Liu
Tommy Liu

Reputation: 239

Thank you all to answer. I had installed the program by using Cocoapods. Issue is solved

Upvotes: 0

Dave Wood
Dave Wood

Reputation: 13313

Add the CryptoSwift.framework to the Embedded Binaries section, instead of the Linked Frameworks and Libraries section. Xcode will then include it in the Linked Frameworks and Libraries section as well.

Upvotes: 3

Related Questions