Does a âRebuildâ help? (You can trigger a rebuild from the Buildâs page, by clicking the âRebuildâ button in the top right corner of a finished build) : NO
Does the issue happen sporadically, or every time? :
Does upgrading the build Step to the latest version help? : YES/NO
When did the issue start? :
Local reproduction
Can it be reproduced on your own Mac/PC by following our local debug guide? Please follow at least the first section (âTesting with a full clean git cloneâ) to make sure to test the state of the code what bitrise.io will get when it does a git clone in the clean environment! If possible please note which sections you tried.
Local reproduction: Linux / Android (docker based) stack builds
Can it be reproduced by running the build locally, after doing a new git clone of the repository into the /tmp directory and running the build from there with the Bitrise CLI ( Bitrise CLI )? If no, can it be reproduced with Docker (using the same docker images / environment we use on bitrise.io)? Related guide: Running your build locally in Docker .
/Users/vagrant/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems.rb:275:in `find_spec_for_exeâ: Could not find âbundlerâ (1.17.3) required by your /var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise033925944/step_src/Gemfile.lock. (Gem::GemNotFoundException)
To update to the latest version installed on your system, run bundle update --bundler.
To install the missing version, run gem install bundler:1.17.3
from /Users/vagrant/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems.rb:294:in `activate_bin_pathâ
from /Users/vagrant/.rbenv/versions/2.6.5/bin/bundle:23:in `â
Really sorry about this inconvenience! We are aware of the issue with the step and should roll out a fix soon. In the meantime, itâs best to roll back to version 1.5.0 of ios-auto-provision and also include a script step before it with the contents gem install bundler --force -v 1.17.3 . If this workaround fails to resolve the issue, please let us know! We should have a fix deployed soon.
Hey again! Weâre happy to report that the latest ios-auto-provision step release 1.5.2 should resolve any issues related to bundler that have been occurring with the step. You should be able to remove any workarounds that are in place and simply use the latest version of the step to use it as intended.