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.09k stars 382 forks source link

Cannot compile iOS project #200

Open nemesyssoft opened 11 months ago

nemesyssoft commented 11 months ago

Target sets to 15.6. When building, the compiler generates an error when compiling UICKeyChainStore-umbrella.h:

double-quoted include "UICKeyChainStore.h" in framework header, expected angle-bracketed instead

It is weird because I have UICKeyChainStore in a macOS project and it compiles just fine. If I change the double-quotes for angle-bracketed instead, then the compiler complains:

'UICKeyChainStore.h' file not found with <angled> include; use "quotes" instead

Not sure what to do for now except to temporarily disable UICKeyChainStore.