You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
The current readme states:
https://github.com/swiftlyfalling/SQLiteLib#xcode-displays-a-warning
and that:
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:
SQLiteLib-USER.xcconfig.example
toSQLiteLib-USER.xcconfig
as suggestedSQLiteLib-USER.xcconfig
at the bottom of the provided.gitignore
file (necessary for CI to see the file)Then everything worked as expected, thanks!
The text was updated successfully, but these errors were encountered: