Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

App Not Using theMost Recent Version of Cocoapods #383

Open
pbtura opened this issue Jun 23, 2017 · 7 comments
Open

App Not Using theMost Recent Version of Cocoapods #383

pbtura opened this issue Jun 23, 2017 · 7 comments

Comments

@pbtura
Copy link

pbtura commented Jun 23, 2017

I had previously installed the most recent release version of the cocoapods command line tool (1.2.1) and used it successfully. I decided to try out the App with the same project today, and I got a notification saying that my Podfile.lock was generated with a newer version. I tried doing an install anyway and sure enough, the app was using version 1.2.0.

Is this expected behaviour? If so, is there any way to configure the app to use the version of cocoapods I already have installed rather than the bundled version?

@orta
Copy link
Member

orta commented Jun 23, 2017

There are issues for letting the CocoaPods app use different versions of the CLI #157 - but it's likely that it's only going to come from an OSS contributor now as I don't have the time nor general inclination to add it myself. I do plan on shipping a 1.2.1 over the weekend though, I can only do it on a specific computer due to #374

@pbtura
Copy link
Author

pbtura commented Jun 23, 2017

Ok, good to know. If that is the case, mabye the 'check for updates' button that displays with the 'Your Podfile.lock was generated using a newer version' banner should be removed or re-worded. Based on the context, I would expect it to go out and get the latest version of the cocoapods gem. If it doesn't do that, the button just ends up being confusing.

@rlam3
Copy link

rlam3 commented Aug 15, 2017

any updates on when the cocoapods app can get an update? thanks?

@orta
Copy link
Member

orta commented Aug 16, 2017

The computer that I use to deploy hasn't been booting up when I try lately, so the releases are taking longer than I'd like.

@CodingMarkus
Copy link

CodingMarkus commented Oct 16, 2017

Have you ever considered using a VM instead of a real computer? macOS can run within a VM as long as the host system also is macOS. Should be possible with Oracle's VirtualBox, which is available for free. I once even got macOS to run on a different host system (I just wanted to see if that's even possible) but that's not allowed (violates Apple's license agreement that demands macOS must run on Apple hardware) and it was only possible by first starting a bootloader from a CD image and then booting macOS (booting macOS directly was hanging the VM).

@orta
Copy link
Member

orta commented Oct 16, 2017

Considered yep. Could also deploy via CI. Just don't really have the time to give to it. Happy for someone to take a look 👍

@orta
Copy link
Member

orta commented Jan 23, 2018

I got this updated to 1.4.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@orta @rlam3 @pbtura @CodingMarkus and others