mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Cannot run Demo #74
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elijah-rappaport on GitHub (Aug 26, 2016).
I downloaded the zip. Then I opened CoreStore.xcworkspace. Then I tried compiling, and I get this error in ObjectMonitor.swift: No such module 'GCDKit'
@JohnEstropia commented on GitHub (Aug 27, 2016):
Hi @harrisrap,
I recommend downloading CoreStore through git clone instead, so you can pull submodules (GCDKit) with it:
@JohnEstropia commented on GitHub (Aug 29, 2016):
I'll fix this on the Swift 3 branch so the project from the github zip download can still work.
Thanks for the feedback!
@JohnEstropia commented on GitHub (Sep 17, 2016):
GCDKit dependency is dropped in CoreStore's Swift 3 support branch:
swift3_develop.For all other versions, please use git clone to pull submodules, or use Carthage.