Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile iOS project #200

Open
nemesyssoft opened this issue Nov 11, 2023 · 0 comments
Open

Cannot compile iOS project #200

nemesyssoft opened this issue Nov 11, 2023 · 0 comments

Comments

@nemesyssoft
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant