Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to activate slather-1.8.1, because xcodeproj-0.28.2 conflicts with xcodeproj (~> 0.26.2) #104

Closed
xfreebird opened this issue Oct 12, 2015 · 11 comments

Comments

@xfreebird
Copy link

Hi,

It seems that after updating Cocoapods to the latest version breaks slather, because it is depends on an older version of xcodeproj.

If there a way to fix this without downgrading Cocoapods ?

Error loading the plugin with path `/Users/nghimbovschi/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/slather-1.8.1/lib/cocoapods_plugin.rb`.

Gem::ConflictError - Unable to activate slather-1.8.1, because xcodeproj-0.28.2 conflicts with xcodeproj (~> 0.26.2)
/Users/nghimbovschi/.rbenv/versions/2.2.3/lib/ruby/2.2.0/rubygems/specification.rb:2112:in `raise_if_conflicts'
...
@jkrumow
Copy link
Collaborator

jkrumow commented Oct 12, 2015

Hey,

I have noticed this too. There is a pull request for that #105

@xfreebird
Copy link
Author

👍 thanks !

@eliperkins
Copy link
Contributor

Fixed in #106 #109

@jkrumow
Copy link
Collaborator

jkrumow commented Oct 29, 2015

Thanks!

@gfpacheco
Copy link

Although I can see the PR were merged and a new version was released (1.8.2). I still can't install the new version by running gem install slather. I just can't run pod install because it uses slather, what can I do to fix it?

@haifengkao
Copy link

you may install it from git repository directory

gem install specific_install 
gem specific_install -l https://github.com/venmo/slather.git

@jkrumow
Copy link
Collaborator

jkrumow commented Oct 31, 2015

Somebody would have to publish a new gem version. As far as I know @marklarr did this in the past.

@cyupa
Copy link

cyupa commented Nov 6, 2015

+1

@xfreebird
Copy link
Author

Basically my solution was to merge some existing PR from this repo, and build my own slather gem.
https://github.com/xfreebird/slather

Note: use sudo only if you use default system Ruby

sudo gem install specific_install
sudo gem specific_install https://github.com/xfreebird/slather

@gfpacheco
Copy link

@xfreebird, you didn't have to, the PR is already merged, but there wasn't a new gem release. I followed @haifengkao instructions I was good to go.

@xfreebird
Copy link
Author

I know, but I also merged the PR related to new code converage #99 because I really needed :)

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

No branches or pull requests

6 participants