#50040: Aquaterm 1.1.1 El Capitan build failure ----------------------------------+-------------------------------- Reporter: daniel.stubbs2013@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: elcapitan Port: aquaterm gnuplot | ----------------------------------+-------------------------------- Comment (by me@…): Replying to [comment:2 ryandesign@…]:
This is a bug in Xcode 7.2. See ProblemHotlist#xcode7.2 for the solution.
The workaround on that page worked for me:
The workaround is to manually fix the permissions of the path mentioned in the error message. User should be 'root', group should be 'wheel', and write permissions only granted for the owner:
sudo chmod -R g-w $(xcode-select -p)/Library/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc sudo chown -R root:wheel $(xcode-select -p)/Library/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc
-- Ticket URL: <https://trac.macports.org/ticket/50040#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X