soffes / SAMKeychain

Simple Objective-C wrapper for the keychain that works on Mac and iOS
MIT License
5.4k stars 956 forks source link

Can not work in Swift with cocoapods #136

Closed Wilson2014 closed 8 years ago

Wilson2014 commented 8 years ago

I just create a project with Xcode 7.3 and add SSKeychain via cocoappods,but while at the "import SSKeychain" sentence, the compiler says "Cannot load module 'SSKeyChain' as 'SSKeychain'.

2016-05-09 10 55 32
soffes commented 8 years ago

Did you type SSKeyChain somewhere? That isn't anywhere in the project history.

Wilson2014 commented 8 years ago

Yeap, interesting! My project name's "SSKeyChain".