Reputation: 239
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.
Upvotes: 1
Views: 1143
Reputation: 239
Thank you all to answer. I had installed the program by using Cocoapods. Issue is solved
Upvotes: 0
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