mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Demo Project : Missing Dependency #19
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 @wm-j-ray on GitHub (Dec 8, 2015).
John,
I got a 'Missing dependency target GCDKit. error when trying to run your example. Just a heads up.
I dragged and dropped in the original source of GCDKit project to get up and running. Tried to run the demo under xCode 7.1.1, IOS 9.1. She builds, LaunchScreen.xib comes up and the demo crashes. I have the simulator location set to 'Apple.'
Fixed it.
OK, this what I did (I hate cocoa pods). So I don't use it and prefer Carthage. I commented out the
in CoreStore.swift and the demo runs
@JohnEstropia commented on GitHub (Dec 8, 2015):
@wm-j-ray Thanks for the feedback! The demo app builds CoreStore as a framework, which means that GCDKit should also be built as a framework. If you just dragged and dropped the source then it won't be built as a framework, which is why commenting out the
importstatement makes it work for you.You can clone CoreStore including GCDKit using
I'm pretty sure Carthage should manage submodules for you though so I'm not sure why GCDKit was not in your folder in the first place..
@wm-j-ray commented on GitHub (Dec 8, 2015):
Thanks for the help.
On Tue, Dec 8, 2015 at 2:52 AM, John Estropia notifications@github.com
wrote:
@JohnEstropia commented on GitHub (Dec 9, 2015):
I'll close this for now but feel free to reopen the issue if you still have other problems.
You can also try the workaround discussed here https://github.com/JohnEstropia/CoreStore/issues/27