mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(juggler/README.md): Add possible solution FF-Build (#3801)
Fix FF build on MacOS 10.14 (Mojave) by changed xcode-select installation behavior
This commit is contained in:
parent
f8615c84b5
commit
a9ad1c386b
@ -37,6 +37,18 @@ ln -s $PWD/../src $PWD/testing/juggler
|
|||||||
./mach build
|
./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
|
## Running Firefox with Juggler
|
||||||
|
|
||||||
Juggle adds a `-juggler` CLI flag that accepts a port to expose a remote protocol on.
|
Juggle adds a `-juggler` CLI flag that accepts a port to expose a remote protocol on.
|
||||||
|
Loading…
Reference in New Issue
Block a user