Re: Latest Core Reference Library breaks Xcode bookmarks
Re: Latest Core Reference Library breaks Xcode bookmarks
- Subject: Re: Latest Core Reference Library breaks Xcode bookmarks
- From: Izidor Jerebic <email@hidden>
- Date: Sat, 14 Jun 2008 11:16:27 +0200
It happened to me, too, and it has happened in the past to others on
this list. Why, I have no idea. I did nothing to my computer and
before it was working just fine...
It has something to do with the file privileges of the documents. They
are set to user _devdocs and group _devdocs, and they are quarantined
(because they are downloaded from the web, it seems).
But once Xcode does the download, it doesn't (cannot) remove the
quarantine (look for messages in Console.app like "14.6.08 10:36:51
kernel CoreServicesUIAg[406] Unable to clear quarantine
`chapter_7_section_2.html': 13").
And because the downloaded files are quarantined (just open them in
browser from the Xcode window with the right-click - you get the
prompt), you can't view them in Xcode (it doesn't do the prompting
thing)...
The brute force solution is to remove the quarantine yourself, like
this in Terminal (and it will take awhile):
cd /Developer/Documentation && sudo find . -exec 'xattr' '-d'
'com.apple.quarantine {}' \;
But sure would like somebody to fix this...
izidor
On 13.6.2008, at 18:04, Bill Cheeseman wrote:
on 2008-06-13 9:52 AM, William J. Cheeseman at email@hidden
wrote:
It's worse than I thought. The documents are simply gone, as far as
the
Xcode documentation window knows.
I've now confirmed this issue on a second computer. Same problem.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
www.quecheesoftware.com
PreFab Software - www.prefabsoftware.com
_______________________________________________
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
_______________________________________________
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