Skip to content

Commit

Permalink
Add a word about sudo fastlane init
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Napoli committed Sep 4, 2018
1 parent 3195569 commit 44e5565
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/beta builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your-user> <files>`).

* 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:`
Expand Down

0 comments on commit 44e5565

Please sign in to comment.