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.
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.