CocoaPods / Rome

Makes it easy to build a list of frameworks.
MIT License
694 stars 64 forks source link

Your Podfile requires that the plugin `cocoapods-rome` be installed. Please install it and try installation again. #45

Closed tonychan818 closed 6 years ago

tonychan818 commented 8 years ago

when run pod install, it shows Your Podfile requires that the plugin cocoapods-rome be installed. Please install it and try installation again. any idea?

neonichu commented 8 years ago

What's the output of gem list --local|grep rome? Do you see any errors printed on the console about the rome plugin failing to load?

shayanbo commented 8 years ago

I did encountered it just now, the reason is Load plugin error, because I use CocoaPods 1.0.1, not CocoaPods.1.1.0.beta

castus commented 7 years ago

Still occurs, I'm using cocoapods (1.1.1) and cocoapods-rome (0.6.0)

$ pod install
[!] Your Podfile requires that the plugin `cocoapods-rome` be installed. Please install it and try installation again.

$ sudo gem install cocoapods-rome
Done installing documentation for  after 0 seconds

$ pod install
[!] Your Podfile requires that the plugin `cocoapods-rome` be installed. Please install it and try installation again.

Any ideas?

mgrebenets commented 7 years ago

I can't get cocoapods (1.1.1) and cocoapods-rome (0.7.0) installed at the same time due to dependencies issue:

Bundler could not find compatible versions for gem "fourflusher":
  In snapshot (Gemfile.lock):
    fourflusher (= 2.0.1)

  In Gemfile:
    cocoapods (= 1.1.1) was resolved to 1.1.1, which depends on
      fourflusher (~> 2.0.1)

    cocoapods-rome (~> 0.7) was resolved to 0.7.0, which depends on
      fourflusher (~> 1.0.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
danielmhanover commented 7 years ago

+1

jugutier commented 6 years ago

This doesn't seem like an issue anymore with cocoapods 1.5.2 & rome 1.0.0, should we close it?

mgrebenets commented 6 years ago

Works OK now for versions 1.5.0 and 0.8.0 of CocoaPods and CocoaPods Rome respectively.