Notes |
|
(0028970)
|
Brad King
|
2012-03-26 09:46
|
|
|
|
(0028982)
|
David Cole
|
2012-03-27 14:56
|
|
Except...
On a machine with Xcode 4.3 installed, there is no "Applications" folder inside Developer anymore:
$ ls /Applications/Xcode.app/Contents/Developer/
Documentation Library Platforms Tools
Headers Makefiles Toolchains usr
...but there is one as a sibling of Developer:
$ ls /Applications/Xcode.app/Contents/
Applications Frameworks MacOS PlugIns _CodeSignature
CodeResources Info.plist OtherFrameworks Resources _MASReceipt
Developer Library PkgInfo SharedFrameworks version.plist
So that's the one that should be searched, and it is not under OSX_DEVELOPER_ROOT. I'm afraid the patch should use the Developer root variable if there is an Applications folder in there, but use the sibling if it exists... |
|
|
(0029090)
|
David Cole
|
2012-04-06 11:28
|
|
|
|
(0030854)
|
David Cole
|
2012-09-03 16:01
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|