mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Add instructions on building and running CoreStoreDemo #35
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 @jamesbebbington on GitHub (Jan 22, 2016).
Originally assigned to: @JohnEstropia on GitHub.
I'm attempting to run the CoreStoreDemo app, but being a relatively new developer to the platform, with no experience of Carthage I'm struggling to run the app in the iOS simulator.
Having followed the Carthage's Getting Started instructions, I managed to get from here:
to here, by running a
carthage update:However I'm not sure what the next step as the carthage instructions seem to be geared towards initial set up.
Should I be replacing the Embedded Binaries, which are currently referencing files in
…/JohnEstropia/…?Instructions on how to build and run the demo would be much appreciated. Many thanks.
@JohnEstropia commented on GitHub (Jan 22, 2016):
@fractious Sorry about this. The demo shouldn't need any instructions. Something's wrong when I ran Carthage on my machine so there're missing stuff when I committed. I'll get to it as soon as I can.
@jamesbebbington commented on GitHub (Jan 22, 2016):
Thanks John, appreciated.
@JohnEstropia commented on GitHub (Jan 23, 2016):
@fractious I pushed an update. Try the master branch if it works for you.
@jamesbebbington commented on GitHub (Jan 25, 2016):
Cheers John, that fixed it.
I had to do a
carthage updateto pull downGCDKit, which might be worth mentioning in the README.@JohnEstropia commented on GitHub (Jan 26, 2016):
@fractious Will do that. Thanks for the heads up!