Skip to content
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.

Can't install gem (Could not find gem 'plist (~> 3.1.7)) #1

Closed
charger opened this issue Jul 24, 2013 · 3 comments
Closed

Can't install gem (Could not find gem 'plist (~> 3.1.7)) #1

charger opened this issue Jul 24, 2013 · 3 comments

Comments

@charger
Copy link

charger commented Jul 24, 2013

in Gemfile
gem 'ipa'
then
bundle install
get Could not find gem 'plist (~> 3.1.7) ruby', which is required by gem 'ipa (>= 0) ruby', in any of the sources.

what I do wrong?

@sjmulder
Copy link
Owner

What you are doing is correct. Perhaps that version of the plist gem isn’t available, I’ll have to take a look at that.

@sjmulder
Copy link
Owner

Ah, so I was using a custom fork of plist that supports binary plists, but that wasn‘t on RubyGems hence the install failed. I’ve now released the fork to RubyGems as sj-plist and updated this gem accordingly.

The fix is included in version 0.1.2, so try that and see if it works for you.

@charger
Copy link
Author

charger commented Jul 25, 2013

Thank. Install complete.

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

2 participants