soffes / SAMKeychain

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

Definition of 'SAMKeychain' must be imported from module 'SAMKeychain.SAMKeychain' before it is required #152

Closed reting closed 8 years ago

reting commented 8 years ago

cocoapods version 1.0.1 xcode version 7.7

andyzaharia commented 8 years ago

Just use #import <SAMKeychain/SAMKeychain.h> or @import SAMKeychain

soffes commented 8 years ago

Thanks @andyzaharia!