'report_activate_error' when running 'pod update' from command line

Hunter-Orionnoir

I am getting a 'report_activate_error' when running 'pod update' from command line. Specifically"

$ pod update

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:777:
in `report_activate_error': Could not find RubyGem json (>= 1.7.7, ~> 1.7) (Gem::LoadError)

This was after updating everything I could following one error to another. In particular after installing updates to macports (specifically rvm)

Hunter-Orionnoir

I had to to uninstall and reinstall cocoapods after the updating and all is working again.

$ sudo gem uninstall cocoapods

$ sudo gem install cocoapods

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

command not found error on Mac when running mfp from command line

From Dev

Error when running JUnit Tests from DOS Command line

From Dev

Prevent figures from closing when running a script from the command line

From Dev

Ignoring single PHPCS rule when running from command line

From Dev

Java: Redirecting inner process output when running from command line

From Dev

JVM variables escape equals when running from command line

From Dev

Download file as csv when running script from command line

From Dev

setClass not found when running R script from command line

From Dev

setClass not found when running R script from command line

From Dev

Different behaviour when using a command line script or running it from a backgroundworker

From Dev

Passing array as command line arguments when running exe from batch

From Dev

Why do I get a privilege error when running "takeown" from the command line?

From Dev

Error in Running abaqus cae command from command line interface

From Dev

Running command line from C

From Dev

Running Python from Command Line

From Dev

running pug from command line

From Dev

Running PackageMaker from command line

From Dev

Running this from command line in Java

From Dev

Error running pod install for an update due to permissions

From Dev

Perl error when running cron through command line?

From Dev

Error running Xcode Unit Tests from Command Line

From Dev

Running Matlab function from linux command line -- syntax error?

From Dev

Error running Xcode Unit Tests from Command Line

From Dev

"pymysql.err.InternalError: (1046, u'No database selected')" error message when running Python script from command line

From Dev

No return on command line when running Ruby script

From Dev

Maven Java application crashes when running from command line but not from within the Netbeans IDE

From Dev

Getting the log from MySQL into a file when running MySQL commands from the command line

From Dev

"Error occurred running Grails CLI: null" when running grails 3.0 command line

From Dev

Running Junit test from command line

Related Related

  1. 1

    command not found error on Mac when running mfp from command line

  2. 2

    Error when running JUnit Tests from DOS Command line

  3. 3

    Prevent figures from closing when running a script from the command line

  4. 4

    Ignoring single PHPCS rule when running from command line

  5. 5

    Java: Redirecting inner process output when running from command line

  6. 6

    JVM variables escape equals when running from command line

  7. 7

    Download file as csv when running script from command line

  8. 8

    setClass not found when running R script from command line

  9. 9

    setClass not found when running R script from command line

  10. 10

    Different behaviour when using a command line script or running it from a backgroundworker

  11. 11

    Passing array as command line arguments when running exe from batch

  12. 12

    Why do I get a privilege error when running "takeown" from the command line?

  13. 13

    Error in Running abaqus cae command from command line interface

  14. 14

    Running command line from C

  15. 15

    Running Python from Command Line

  16. 16

    running pug from command line

  17. 17

    Running PackageMaker from command line

  18. 18

    Running this from command line in Java

  19. 19

    Error running pod install for an update due to permissions

  20. 20

    Perl error when running cron through command line?

  21. 21

    Error running Xcode Unit Tests from Command Line

  22. 22

    Running Matlab function from linux command line -- syntax error?

  23. 23

    Error running Xcode Unit Tests from Command Line

  24. 24

    "pymysql.err.InternalError: (1046, u'No database selected')" error message when running Python script from command line

  25. 25

    No return on command line when running Ruby script

  26. 26

    Maven Java application crashes when running from command line but not from within the Netbeans IDE

  27. 27

    Getting the log from MySQL into a file when running MySQL commands from the command line

  28. 28

    "Error occurred running Grails CLI: null" when running grails 3.0 command line

  29. 29

    Running Junit test from command line

HotTag

Archive