Skip to content

Commit

Permalink
docs(juggler/README.md): Add possible solution FF-Build (#3801)
Browse files Browse the repository at this point in the history
Fix FF build on MacOS 10.14 (Mojave) by changed xcode-select 
installation behavior
  • Loading branch information
SlootSantos authored and aslushnikov committed Jan 18, 2019
1 parent f8615c8 commit a9ad1c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions experimental/juggler/README.md
Expand Up @@ -37,6 +37,18 @@ ln -s $PWD/../src $PWD/testing/juggler
./mach build
```

### Troubleshooting when building FF
On MacOS 10.14 (Mojave) you might run into issues when building FF.

The error is related to [a change in the xcode-select installation](https://bugzilla.mozilla.org/show_bug.cgi?id=1487552)

To workaround this issue you can simply run:

```bash
# Write missing headers to /usr/include
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
```

## Running Firefox with Juggler

Juggle adds a `-juggler` CLI flag that accepts a port to expose a remote protocol on.
Expand Down

0 comments on commit a9ad1c3

Please sign in to comment.