• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Latest Core Reference Library breaks Xcode bookmarks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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:25:18 +0200


Small bugfix: for anybody trying to copy/paste and run the commandline stuff, this is the correct one (watch the quotes and spaces!):


cd /Developer/Documentation && sudo find . -exec 'xattr' '-d' 'com.apple.quarantine' '{}' \;

izidor

On 14.6.2008, at 11:16, Izidor Jerebic wrote:


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
  • Follow-Ups:
    • Re: Latest Core Reference Library breaks Xcode bookmarks
      • From: Bill Cheeseman <email@hidden>
References: 
 >Re: Latest Core Reference Library breaks Xcode bookmarks (From: Bill Cheeseman <email@hidden>)
 >Re: Latest Core Reference Library breaks Xcode bookmarks (From: Izidor Jerebic <email@hidden>)

  • Prev by Date: Re: Latest Core Reference Library breaks Xcode bookmarks
  • Next by Date: Re: Latest Core Reference Library breaks Xcode bookmarks
  • Previous by thread: Re: Latest Core Reference Library breaks Xcode bookmarks
  • Next by thread: Re: Latest Core Reference Library breaks Xcode bookmarks
  • Index(es):
    • Date
    • Thread