Replies: 1 comment
-
After fighting Xcode for a while and many Clean Builds, I've got it working. Closing for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project which currently uses GRDB, and I am trying to re-organize the project by following this guide: https://developer.apple.com/documentation/xcode/organizing-your-code-with-local-packages.
My current plan is to move all the models to a separate package. The main motivation behind doing this is the hope that Xcode Previews will become faster.
Has anyone had success doing this? How would one add GRDB both as a dependency of the local package, as well as the main project?
This is what
Package.swift
looks like of the local package I'm trying to add:Beta Was this translation helpful? Give feedback.
All reactions