| | 19 | A new issue was introduced with OS X El Capitan version 10.11.4. If you upgrade a Mac from a previous version of El Capitan to 10.11.4, the SafariForWebKitDevelopment binary gets flagged as "restricted", preventing the WebKit nightly from loading its bundled WebKit frameworks. |
| | 20 | |
| | 21 | To resolve this: |
| | 22 | |
| | 23 | === Steps === |
| | 24 | 1. Repeat steps 1-6 above to get to the appropriate volume while booted into your system recovery partition. |
| | 25 | 2. Type: `chflags norestricted Library/Application\ Support/Apple/Safari/SafariForWebKitDevelopment` |
| | 26 | 3. Now you can select //Restart// from the menu. |
| | 27 | |