Skip to content

Commit d6602c1

Browse files
committed
Merge branch 'master' into 22-beta-build-android
2 parents 6e49732 + 5fd86b1 commit d6602c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/beta builds.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,10 @@ If you have a `Permission denied` issue, please run:
258258
```
259259
chmod a+x /my-project/android/gradlew
260260
```
261+
262+
## Troubleshooting
263+
264+
### Stuck at `bundle install` running `fastlane init`
265+
266+
If the `fastlane init` process is stuck when running `bundle install` it may mean that `bundle install` is asking for root permissions.
267+
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)