Open mfaani opened 3 years ago
FWIW I made an important edit by include the Gemfile.lock
I get...which is different from the Gemfile.lock available from here https://github.com/CocoaPods/CocoaPods/blob/master/Gemfile.lock
@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 forCocoaPods
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...