I'm building a Framework that is meant to be accessible by multiple apps, and therefore installed in /Library/Frameworks
Beginning with High Sierra, this location appears to be protected by SIP. It is impossible to make the directory writeable by the current user or group (AFAIK), which happend to be the method I used until 10.12.x to allow Xcode to build and copy my framework directly at its install location.
What would be the strategy to get this done in High Sierra? I hope I'm overlooking something because the thought of having to drag files in the Finder and authenticate every time I want to copy something to /Library/Frameworks makes me cringe.
Thanks!
Gabe
FxFactory