I have installed xcode, also installed using “xcode-select --install”, but cannot get openplex to install… the full version starts the installer, prompts for my password, then runs in the dock, but never does anything. Nothing appears to be downloading or installing. The lite version at least shows a spinning progress, but doesn’t appear to be doing anything either… is it doing something in the background with no progress indicator, or is it just not working?
by the way, i have verified boot-args rootless=0
The last time I tried to install the lite version, I noticed a box pop up for a split second that was prompting me to allow something about python (install?), but it didn’t even stay up long enough for me to read it all
anyone have some insight?
Rad the First post in the OpenPlex topic about SIP:
https://forums.plex.tv/discussion/108332/openplex-os-x-app/p1
Maybe I missed some of that the first time around… I thought SIP was disabled via [boot-args rootless=0]… but indeed, the problem was csrutil… I had to create a good recovery partition, boot to it, and run “csrutil disable”. Once I did that, all installed perfectly… so to clarify, is disabling SIP a 2-part process… 1)"sudo nvram boot-args=“rootless=0”;sudo reboot and>>> 2)“crsutil disable” in recovery ??
Thanks!
csrutil is only required.
On OS X 10.11.x beta 1 you could just use the method you described but future builds the method no longer works. Im not sure why they can’t make it easier then booting into OS X recovery to disable SIP but I can only fix things that I code 