mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Pod lib try not compiling #169
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 @jugutier on GitHub (Sep 16, 2017).
The example project we get when doing
pod lib try CoreStoredoes not compile, because it is missing CoreStore framework.@JohnEstropia commented on GitHub (Sep 22, 2017):
Hi, I found the cause of this is that
pod tryopens the CoreStoreDemo project instead of the workspace file (even if cocoapods already downloaded the rest of the git directory).I'm trying out a
ymlfile that should open the workspace instead of the project. (develop branch)@JohnEstropia commented on GitHub (Sep 23, 2017):
pod try CoreStorenow loads the xcworkspace. Let me know if it works for you.For reference: https://github.com/JohnEstropia/CoreStore/pull/201
@jugutier commented on GitHub (Sep 23, 2017):
Sounds great John. Thanks a lot, I’ll try it tomorrow.
On Fri, Sep 22, 2017 at 6:18 PM John Estropia notifications@github.com
wrote:
@JohnEstropia commented on GitHub (Sep 23, 2017):
Oops, I referenced the wrong link. The commit was here:
dc73cd6dd9