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

Xcode 11 doesn't seem to resolve "Unable to find ... SQLiteLib-USER.xcconfig" #43

Open
mikemee opened this issue Nov 2, 2019 · 0 comments

Comments

@mikemee
Copy link

mikemee commented Nov 2, 2019

The current readme states:

https://github.com/swiftlyfalling/SQLiteLib#xcode-displays-a-warning

Xcode displays a warning:

SQLiteLib.xcconfig line 6: Unable to find included file "SQLiteLib-USER.xcconfig"

and that:

Future builds will not display the warning.

Perhaps it was some weird config I had, or an Xcode 11 feature, but this didn't resolve for me. The build just failed every time. However, I was able to fix it locally and for CI by doing the following:

  • copy SQLiteLib-USER.xcconfig.example to SQLiteLib-USER.xcconfig as suggested
  • remove the entry for SQLiteLib-USER.xcconfig at the bottom of the provided .gitignore file (necessary for CI to see the file)

Then everything worked as expected, thanks!

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