I'm on macOS Sierra 10.12.5, and trying to add a library to the usr/lib
folder (for an OpenFrameworks project I'm working on).
I've seen similar questions here, here, and here.
However, none of the suggested answers seem to have any effect. On Sierra, it seems that when rebooting in recovery mode, there is no longer any way to access a Terminal window (unless I'm mistaken), so System Integrity Protection can't be disabled by running csrutil disable
.
Does anyone have any suggestions?
csrutil
. – fd0 May 31 '17 at 14:04Utilites
menu at the top of the screen. – fd0 May 31 '17 at 15:04/usr/lib
use/usr/local/lib
which doesn't require to disable SIP – nohillside May 31 '17 at 15:11