From 44e5565ac2bd0bc5c8c161552bb847692fb3e4e1 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 4 Sep 2018 16:29:32 +0200 Subject: [PATCH] Add a word about sudo fastlane init --- docs/beta builds.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/beta builds.md b/docs/beta builds.md index 89815a87c..632e18db5 100644 --- a/docs/beta builds.md +++ b/docs/beta builds.md @@ -85,6 +85,8 @@ Would you like to fallback to a manual Fastfile? (y/n) Answer `n`, and retry previous steps with a correct Apple ID and password. Make sure you are connected to internet. +If the `fastlane init` process is stuck when running `bundle install` it may mean that `bundle install` is asking for root permissions. You can stop the process and retry again with `sudo fastlane init`, however you will need to change back ownership of the generated files to your user when it finishes (`sudo chown `). + * If your account has multiple teams in the App Store Connect, you may have this question: `Multiple App Store Connect teams found, please enter the number of the team you want to use:` * Select the right team * If your account has multiple teams in the Developer Portal, you may have this question: `Multiple teams found on the Developer Portal, please enter the number of the team you want to use:`