swiftlyfalling / SQLiteLib

Easily build a custom SQLite static library for use in macOS and iOS frameworks and apps.
MIT License
64 stars 23 forks source link

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

Open mikemee opened 4 years ago

mikemee commented 4 years ago

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:

Then everything worked as expected, thanks!