GCD Kit not compatible with swift 3 #103

Closed
opened 2025-12-29 15:24:42 +01:00 by adam · 2 comments
Owner

Originally created by @jaddoescad on GitHub (Nov 29, 2016).

I'm installing 'CoreStore' on cocoapods. I wish to only install CoreStore not GCD kit but it always comes with it. GCDKit does not work with swift 3 and is causing all kinds of errors, preventing the use of what seems to be a great framework.

Originally created by @jaddoescad on GitHub (Nov 29, 2016). I'm installing 'CoreStore' on cocoapods. I wish to only install CoreStore not GCD kit but it always comes with it. GCDKit does not work with swift 3 and is causing all kinds of errors, preventing the use of what seems to be a great framework.
adam closed this issue 2025-12-29 15:24:42 +01:00
Author
Owner

@JohnEstropia commented on GitHub (Nov 29, 2016):

@jadslim313 Hi, CoreStore's swift3_develop branch doesn't depend on GCDKit anymore (although GCDKit also has its own swift 3 branch)
Podspec

You do need to specify the swift3_develop branch in your Podfile:

pod 'CoreStore', :git => 'https://github.com/JohnEstropia/CoreStore.git', :branch => 'swift3_develop'
@JohnEstropia commented on GitHub (Nov 29, 2016): @jadslim313 Hi, CoreStore's swift3_develop branch doesn't depend on GCDKit anymore (although GCDKit also has its own swift 3 branch) [Podspec](https://github.com/JohnEstropia/CoreStore/blob/swift3_develop/CoreStore.podspec) You do need to specify the swift3_develop branch in your Podfile: ```ruby pod 'CoreStore', :git => 'https://github.com/JohnEstropia/CoreStore.git', :branch => 'swift3_develop' ```
Author
Owner

@JohnEstropia commented on GitHub (Nov 30, 2016):

I'm closing this issue. If you have other problems feel free to reopen :)

@JohnEstropia commented on GitHub (Nov 30, 2016): I'm closing this issue. If you have other problems feel free to reopen :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#103