I am having trouble downloading iPhone developer documentation with Xcode 3.1.1 -- I receive a sheet alert that the documentation failed to download.
I did a search and found a reference to this problem in the Cocoabuilder archives. That posting, with a response, is attached.
I have run Xcode as instructed, and see the documentation download interaction, including the NSURLAuthenticationChallenge, and its failure: 2008-11-30 09:47:54.667 Xcode[2861:10b] didFail: Error Domain=NSURLErrorDomain Code=-1102 UserInfo=0x802febfc0 "no permissions to read file"
I assume there is no need to file a bugreport as this problem is already reported.... or, would additional failure case info be useful?
Question: Is there a work-around to download the documentation some other way (say, via Safari, and install the docset manually)?
Re: XCode 3.1 Developer Documentation Download problems.. FROM : Ronald Hayden DATE : Sat Sep 06 05:11:13 2008
Try going to Keychain Access and deleting the connect.apple.com entry, then re-enter your ADC info when you attempt to download again.
If that doesn't work, please run Xcode from Terminal using this command and file a bug with the results:
/Developer/Applications/Xcode.app/Contents/MacOS/Xcode -DocSetDebug 1
-- Ron
On Sep 5, 2008, at 8:01 PM, David Orriss Jr wrote:
> Hi, > > I'm seeing the following error when I try to download the Java Library > or WebObjects Library for the Apple Mac OS X 10.5 doc sets. > > Failed to download documentation package for Java Library. > > Access denied for download. Check that your account name and password > (possibly stored in your keychain) are correct and still valid for the > server. > > The other three docsets (Core Library and J2SE 5.0 API Reference and > Java 1.4 API Reference) downloaded fine. > > Help? > > -- > David Orriss Jr. |