Changes between Version 131 and Version 132 of ProblemHotlist


Ignore:
Timestamp:
Feb 3, 2016, 2:49:00 PM (8 years ago)
Author:
raimue (Rainer Müller)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v131 v132  
    3232== Build failures after upgrading to Xcode 7.2 == #xcode7.2
    3333
    34 After installing the update to Xcode 7.2, port installations or upgrades using `xcodebuild` may fail with the following error due to an error in the Xcode installation. This is a problem that should be addressed by Apple in a future Xcode update.
     34After installing the update to Xcode 7.2, port installations or upgrades using `xcodebuild` may fail with the following error due to an error in the Xcode installation. This has been fixed by Apple in Xcode 7.2.1.
    3535
    3636{{{
     
    4545}}}
    4646
    47 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:
     47Please update to Xcode 7.2.1 to fix the permissions.
     48
     49As an alternative, the immediate 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:
    4850
    4951{{{