Skip to content

Commit

Permalink
Merge branch 'improve-wording' into 'master'
Browse files Browse the repository at this point in the history
Add a word about sudo fastlane init

See merge request tcm-projects/react-native-boilerplate!17
  • Loading branch information
aum-tcm committed Sep 7, 2018
2 parents 3195569 + c1fd6f7 commit 5fd86b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/beta builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,11 @@ Before continuing make sure you have:

- [ ] This thing
- [ ] This thing


## Troubleshooting

### Stuck at `bundle install` running `fastlane init`

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>`).

0 comments on commit 5fd86b1

Please sign in to comment.