GRDBQuery 0.9 with custom GRDB #53
Replies: 3 comments 4 replies
-
I'll let other people share their own experience. In the kind of apps I build (no custom GRDB build), I had some some success in avoiding this painful Xcode hiccup with |
Beta Was this translation helpful? Give feedback.
-
Use of Unsurprisingly, that broke in several places. Since I'm already using a git submodule for the custom GRDB build, I went ahead and did basically the same for GRDBQuery rather than keep wrestling for something fancier. My usage may be a bit of an edge case but I'll detail my steps in case it's useful.
That is enough for my project to build and its targets still to refer to |
Beta Was this translation helpful? Give feedback.
-
What would you think, @Jason-Abbott, if GRDBQuery were embedded right into GRDB? A few |
Beta Was this translation helpful? Give feedback.
-
I am curious only for quick tips since I haven’t worked too hard at this yet.
The initial upgrade to 0.9 in an Xcode project with multiple targets, and using a custom GRDB build, brought back the familiar
Unable to find module dependency: ‘CSQLite’
for each target.I can submodule GRDBQuery into my project or try to sort out the build config but was popping in here just to see if there was something quick to consider first.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions