Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Link to the issue that describes the sandboxing problem (#108)
  • Loading branch information
ob authored Jan 22, 2021
1 parent a3b4978 commit c6921d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ directory for sample applications.
## Special notes about debugging xcode projects
Note that when generating Xcode projects and building their targets with bazel, it is necessary to supply the `--@build_bazel_rules_ios//rules:local_debug_options_enabled` so that debugging of swift files will work in Xcode versions older than 11.5.

Debugging does not work in sandbox mode, due to issue #108. The workaround for now is to disable sandboxing in the .bazelrc file.
Debugging does not work in sandbox mode, due to issue [#108](https://github.com/bazel-ios/rules_ios/issues/108). The workaround for now is to disable sandboxing in the .bazelrc file.

0 comments on commit c6921d0

Please sign in to comment.