kishikawakatsumi / UICKeyChainStore

UICKeyChainStore is a simple wrapper for Keychain on iOS, watchOS, tvOS and macOS. Makes using Keychain APIs as easy as NSUserDefaults.
http://kishikawakatsumi.com
MIT License
3.08k stars 383 forks source link

compile-time warnings #166

Closed mr-fixit closed 6 years ago

mr-fixit commented 6 years ago

Under Xcode 9.4.1 and 'latest SDK' (10.3), I get ~80 compile-time warnings.

All are resolved by changing MACOSX_DEPLOYMENT_TARGET from 10.7 to 10.10.

kishikawakatsumi commented 6 years ago

@mr-fixit I don't think to narrow the deployment target. Please ignore those warnings. If you use CocoaPods, inhibit_warnings helps you like the following:

pod 'UICKeyChainStore', :inhibit_warnings => true