-
Notifications
You must be signed in to change notification settings - Fork 92
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
rake bootstrap fails with different errors #89
Comments
FWIW I made an important edit by include the |
@prohoney you dont need to use Rainforest to contribute, just fork https://github.com/CocoaPods/CocoaPods and make a PR from there. |
@dnkoutso Thanks. I'm confused. Then why is this page suggesting to use Rainforest? https://guides.cocoapods.org/contributing/dev-environment.html? |
that probably needs updating to be honest. |
I already looked here and the solution provided by @icecrystal23 didn't work for me or perhaps I couldn't figure it out.
First attempt at
rake bootstrap
The very first I run
rake bootstrap
time I get:I got no other errors. So I changed directory to
/Cork
and ranbundle update codecov
.Ran
rake bootstrap
again after fixingCork
This time I get a bunch of other errors.
I get same error for:
When I run
gem list
I get:Additionally what's odd is that when bootstrapping
cocoapods-docs
succeeds with the SAME rake version i.e. I see:I get exact same error for
cocoapods-stats
.I get exact same error for
CocoaPods
with the only difference that it's expecting that I have rake10.5.0
I tried changing directory to each of the above projects and running
bundle install
for them. That only helped me to makeCocoaPods/bin/pod --help
working.Ran
rake bootstrap
again after runningbundle install
for other gems:I got the following errors:
&&
&&
Is
rake bootstrap
pulling int the latest? Should My Gemfile.lock match with theGemfile.lock
from thecocoapods-deintegrate
repo?Here's what I'm getting:
I'm learning Ruby, bundler, rbenv, rake as I go along and feel like I'm going in circles for the past few days trying to fix this 😞
Any thoughts on what to do?
Setup
macOS: 10.15.4
developer: newbie
FWIW I'm trying to contribute by bringing a new attribute to the
podspec
, my understanding is that I need this all to work, but if there's another way/shortcut I'd be happy to take it at this post while also trying to resolve this...The text was updated successfully, but these errors were encountered: