Skip to content

Commit 5fd86b1

Browse files
committed
Merge branch 'improve-wording' into 'master'
Add a word about sudo fastlane init See merge request tcm-projects/react-native-boilerplate!17
2 parents 3195569 + c1fd6f7 commit 5fd86b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/beta builds.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,11 @@ Before continuing make sure you have:
186186

187187
- [ ] This thing
188188
- [ ] 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)