Hello Apple team, We are facing a problem with creating a build via the Xcode cloud.
Error: Run ci_post_clone.sh script
INSTALL DEPENDENCIES
Your RubyGems version (3.0.3.1) has a bug that prevents required_ruby_version
from working for Bundler. Any scripts that use gem install bundler
will break as soon as Bundler drops support for your Ruby version. Please upgrade RubyGems to avoid future breakage and silence this warning by running gem update --system 3.2.3
Your Ruby version is 2.6.10, but your Gemfile specified ~> 2.7.0
INSTALL PODS
Your RubyGems version (3.0.3.1) has a bug that prevents required_ruby_version
from working for Bundler. Any scripts that use gem install bundler
will break as soon as Bundler drops support for your Ruby version. Please upgrade RubyGems to avoid future breakage and silence this warning by running gem update --system 3.2.3
bundler: command not found: pod
Install missing gem executables with bundle install
Error
Command exited with non-zero exit-code: 127
Warning The ci_post_clone.sh is executable but exited with 127 exit code. Make sure a valid shebang line is specified if the file is a script and that the interpreter specified in the shebang line is supported on Xcode Cloud.
HELP NEED
How I can set a specific ruby version to create a build in the Xcode cloud I want to use Ruby version 3.2.2
Thanks in advance for great help!