Skip to content

Commit c1fd6f7

Browse files
committed
move issue to troubleshooting section
1 parent 44e5565 commit c1fd6f7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/beta builds.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ 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-
9088
* 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:`
9189
* Select the right team
9290
* 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:`
@@ -188,3 +186,11 @@ Before continuing make sure you have:
188186

189187
- [ ] This thing
190188
- [ ] This thing
189+
190+
191+
## Troubleshooting
192+
193+
### Stuck at `bundle install` running `fastlane init`
194+
195+
If the `fastlane init` process is stuck when running `bundle install` it may mean that `bundle install` is asking for root permissions.
196+
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>`).

0 commit comments

Comments
 (0)