mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-13 23:23:29 +01:00
GCD Kit not compatible with swift 3 #104
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 @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.
@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:
@JohnEstropia commented on GitHub (Nov 30, 2016):
I'm closing this issue. If you have other problems feel free to reopen :)