Hey,
I’m using the iOS beta program, and trying to integrate Fastlane with CircleCI. I’ve added the line to specify the required Ruby version:
machine:
ruby:
version: "2.2.2"
xcode:
version: “7.1”
But keep receiving the following error:
((rm -f “/Users/distiller/TVML-DemoApp-tvOS/.rvmrc”) (echo “2.2.2” > “/Users/distiller/TVML-DemoApp-tvOS/.ruby-version”) (rvm use “2.2.2” --default)) returned exit code 127
bash: line 3: rvm: command not found Action failed: set ruby version to 2.2.2