Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
356 views
in Technique[技术] by (71.8m points)

android - After CircleCI went down yesterday, bundle install is now broken

We’ve been submitting builds to TestFlight and Google Play just fine up until the scheduled maintenance yesterday. When CircleCI came back online, I tried to push a new build and both iOS & Android are failing at the Build IPA or APK part.

Android fail error:
bundler: command not found: fastlane..
Install missing gem executables with bundle install

iOS fail error:
Could not find rake-12.3.3 in any of the sources.
Run bundle install to install missing gems..

I tried running bundle install on my branch and it installed a bunch of gems but when I went to push up a commit, there was no changes to push.

I think read I needed to change my path in my config from ‘vendor/bundle’ to ‘vendor/cache’. I did this but upon further reading I am hesitant to merge this because now I’d assume i’d have to change the path in my config.yml file. Im hesitant to do this because up until Circle went offline everything was working perfect.

Any thoughts on what I should be doing?

question from:https://stackoverflow.com/questions/65874106/after-circleci-went-down-yesterday-bundle-install-is-now-broken

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...