Cannot run Demo #74

Closed
opened 2025-12-29 15:23:39 +01:00 by adam · 3 comments
Owner

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
adam closed this issue 2025-12-29 15:23:39 +01:00
Author
Owner

@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
@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 ```
Author
Owner

@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 (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!
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#74