-
Notifications
You must be signed in to change notification settings - Fork 35
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
How does one build this? #7
Comments
cd into External and type "git submodule init". Then cd into ZIPFoundation and type "git submodule update". When you open Xcode DeltaCore project, switch your scheme to ZIPFoundation and and build it, then switch your scheme to DeltaCore and it will build as well. |
I just did that, and now I'm getting |
So you successfully built ZIPFoundation, and then when you switch back to the DeltaCore Schema you are getting this error? I did not see this issue when building. |
Yes, this is exactly what I’m saying. |
Hmm sounds like something wrong in your setup... I did not get that error when building. When did you last pull the updates? |
I used the latest commit as of June 21st, which I cloned the day I first posted this issue |
So, I cloned the repo, changed bundle identifier, grabbed Swift 4.2, and it throws
no such module 'ZIPFoundation'
whenever I try to build it, which I believe is supposed to be inExternals
. I tried using Carthage to manually provide it (I followed the instructions from Riley's repository for ZIPFoundation), it shows up in Navigator, however it doesn't seem to work as it still throws the above error. Can someone provide detailed instructions on how one can build Delta from source (Preferably with instructions on how to build the cores)?The text was updated successfully, but these errors were encountered: