Re: relative path not "sticking"
Re: relative path not "sticking"
- Subject: Re: relative path not "sticking"
- From: Chris Espinosa <email@hidden>
- Date: Tue, 12 Feb 2008 21:37:31 -0800
On Feb 12, 2008, at 7:46 PM, Adhamh Findlay wrote:
I just ran "find . -name "*Xcode*" in my home directory. I deleted
everything it found, plus that adhamh.* files in the xcodeproj
directory and the problem still exists...
adhamh@imac:~:>rm -r .Xcode
adhamh@imac:~:>rm -r "./Library/Application Support/Developer/Shared/
Xcode"
adhamh@imac:~:>rm -r "./Library/Application Support/Xcode"
adhamh@imac:~:>rm -r ./Library/Caches/com.apple.Xcode
adhamh@imac:~:>rm -r ./Library/Preferences/com.apple.Xcode.plist
Stop hurting your file system. I read the source code. The first
item is always the "default" reference style, and it's always
selected, there is no code path that makes any other choice "sticky."
And "default" means as I said before: if the item can be found inside
the group it's being added to, it's relative to that group; if it's
outside the group, it's absolute path.
If you'd like you can file a bug and cite <rdar://problem/4106811>
Default option in 'Reference Type' popup too vague.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden