まずこれ
brew install fastlane
Detected shell config file at path '~/.config/fish/config.fish' Please add the following line to your fish profile: set -x PATH $HOME/.fastlane/bin $PATH
cd ios
fastlane init
export FASTLANE_XCODE_LIST_TIMEOUT=120
タイムアウト防止
Gemfileは??
これはプロジェクト直下
Gemfile
さもないと、 Could not locate Gemfile
みたいに「Gemfileが見つからない」と怒られる。
GitHub ActionのではなくCircleCIだがが、ios
直下においてないか?って指摘される人。
Could not locate Gemfile or .bundle/ directory circleci when using fastlane - Mobile - CircleCI Discuss