Skip to content

Commit 44e5565

Browse files
author
Matthieu Napoli
committed
Add a word about sudo fastlane init
1 parent 3195569 commit 44e5565

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/beta builds.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Would you like to fallback to a manual Fastfile? (y/n)
8585
Answer `n`, and retry previous steps with a correct Apple ID and password.
8686
Make sure you are connected to internet.
8787

88+
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 <your-user> <files>`).
89+
8890
* 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:`
8991
* Select the right team
9092
* 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:`

0 commit comments

Comments
 (0)