-
Notifications
You must be signed in to change notification settings - Fork 39
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
An error occurred while installing json (2.1.0), and Bundler cannot continue. #2
Comments
There seems to be a solution on this issue, does it fix your problem? :) |
@ccorcos It happens when you installed fastlane to the
It will help. |
Hi @ccorcos, did odeann's answer fix your problem? |
I never ended up using fastlane :( |
@ccorcos ah out of curiosity, what did you end up using for deployment? :) |
I just archive and upload straight from Xcode. |
@Almouro I'm getting this error too. I don't think this is solved and this issue should be reopened. |
In this issue there is a suggestion by one of the Fastlane owners:
Does it work for you? If it doesn't can you output |
@Almouro, thanks for the help. This is what I got:
and I think I installed fastlane with the following command:
I wonder if it has to do with the install method? |
You're right, it could have to do with the install method. What if you do: gem install fastlane And then try your lane? |
Ok, this is what I did and where I'm at now: I uninstalled fastlane using brew:
removed this line from my '~/.bash_profile' per the instructions in terminal after the uninstall:
I am using rbenv so I set my global ruby to system (otherwise you'll get errors when using fastlane):
installed fastlane using the following command, as recommended on the fastlane site:
I closed and reopened terminal. Then I navigated to my project directory. I installed the plugin:
It installed with no errors and so I ran deploy:
But I get the following error (seems like it's trying to install it again?):
|
+1 |
Any ideas? I'm not a Ruby person... :/
The text was updated successfully, but these errors were encountered: