Pod lib try not compiling #169

Closed
opened 2025-12-29 15:26:11 +01:00 by adam · 4 comments
Owner

Originally created by @jugutier on GitHub (Sep 16, 2017).

The example project we get when doing pod lib try CoreStore does not compile, because it is missing CoreStore framework.

Originally created by @jugutier on GitHub (Sep 16, 2017). The example project we get when doing `pod lib try CoreStore` does not compile, because it is missing CoreStore framework.
adam added the fixed label 2025-12-29 15:26:11 +01:00
adam closed this issue 2025-12-29 15:26:11 +01:00
Author
Owner

@JohnEstropia commented on GitHub (Sep 22, 2017):

Hi, I found the cause of this is that pod try opens the CoreStoreDemo project instead of the workspace file (even if cocoapods already downloaded the rest of the git directory).

I'm trying out a yml file that should open the workspace instead of the project. (develop branch)

@JohnEstropia commented on GitHub (Sep 22, 2017): Hi, I found the cause of this is that `pod try` opens the CoreStoreDemo project instead of the workspace file (even if cocoapods already downloaded the rest of the git directory). I'm trying out a `yml` file that should open the workspace instead of the project. (develop branch)
Author
Owner

@JohnEstropia commented on GitHub (Sep 23, 2017):

pod try CoreStore now loads the xcworkspace. Let me know if it works for you.
For reference: https://github.com/JohnEstropia/CoreStore/pull/201

@JohnEstropia commented on GitHub (Sep 23, 2017): `pod try CoreStore` now loads the xcworkspace. Let me know if it works for you. For reference: https://github.com/JohnEstropia/CoreStore/pull/201
Author
Owner

@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:

Closed #200 https://github.com/JohnEstropia/CoreStore/issues/200.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/JohnEstropia/CoreStore/issues/200#event-1262055953,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACtmGdPryF6Eokj3B2weEa8odiCl8nkKks5slDJHgaJpZM4PZq8s
.

@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: > Closed #200 <https://github.com/JohnEstropia/CoreStore/issues/200>. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/JohnEstropia/CoreStore/issues/200#event-1262055953>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/ACtmGdPryF6Eokj3B2weEa8odiCl8nkKks5slDJHgaJpZM4PZq8s> > . >
Author
Owner

@JohnEstropia commented on GitHub (Sep 23, 2017):

Oops, I referenced the wrong link. The commit was here: dc73cd6dd9

@JohnEstropia commented on GitHub (Sep 23, 2017): Oops, I referenced the wrong link. The commit was here: https://github.com/JohnEstropia/CoreStore/commit/dc73cd6dd91602024c8655c33d7b99a5c624b534
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#169