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'
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'
adam
added the fixed label 2025-12-29 15:23:39 +01:00
@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:
```
git clone --recursive https://github.com/JohnEstropia/CoreStore.git
```
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 (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!
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.
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.