CocoaPods / cocoapods-deintegrate

A CocoaPods plugin to remove and de-integrate CocoaPods from your project.
MIT License
1.08k stars 48 forks source link

Deintegrate user script phases #30

Closed dnkoutso closed 7 years ago

dnkoutso commented 7 years ago

This ensures the deintegrator cleans up the user script phases setup in the podfile for any target.

dnkoutso commented 7 years ago

Hm how long has this been since this project has been built? Getting a build failure

segiddins commented 7 years ago

last built a year ago

dnkoutso commented 7 years ago

Hm

/Users/travis/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/site_ruby/2.0.0/rubygems/specification.rb:17:in `require': cannot load such file -- stringio (LoadError)
    from /Users/travis/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/site_ruby/2.0.0/rubygems/specification.rb:17:in `<top (required)>'
    from /Users/travis/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/site_ruby/2.0.0/rubygems.rb:1334:in `require'
    from /Users/travis/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/site_ruby/2.0.0/rubygems.rb:1334:in `<module:Gem>'
    from /Users/travis/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/site_ruby/2.0.0/rubygems.rb:116:in `<top (required)>'
    from <internal:gem_prelude>:1:in `require'
    from <internal:gem_prelude>:1:in `<compiled>'
$ gem --version
/Users/travis/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/site_ruby/2.0.0/rubygems/specification.rb:17:in `require': cannot load such file -- stringio (LoadError)
    from /Users/travis/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/site_ruby/2.0.0/rubygems/specification.rb:17:in `<top (required)>'
    from /Users/travis/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/site_ruby/2.0.0/rubygems.rb:1334:in `require'
    from /Users/travis/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/site_ruby/2.0.0/rubygems.rb:1334:in `<module:Gem>'
    from /Users/travis/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/site_ruby/2.0.0/rubygems.rb:116:in `<top (required)>'
    from <internal:gem_prelude>:1:in `require'
dnkoutso commented 7 years ago

Build queued up forever, but still fails

dnkoutso commented 7 years ago

argh @DanToml any pointers on how to handle the build failure? I don't quite get it :|

segiddins commented 7 years ago

That just looks like travis' ruby is broken. Let's do what we did for CocoaPods/CocoaPods and just test the latest 2.0.0, and let's update to trusty while we're at it

dnkoutso commented 7 years ago

Updated. 3 separate commits.

segiddins commented 7 years ago

👍 if it passes

dnkoutso commented 7 years ago

Bleh same problem

segiddins commented 7 years ago

Silly me, we can also remove the os: osx bit now because CocoaPods no longer requires macOS

dnkoutso commented 7 years ago

Done.

dnkoutso commented 7 years ago

OMG! :D GREEN!