vote up 2 vote down star
1

I've upgraded to Xcode 3.2 and I'm searching for the offline documentation / reference library that was always available for the previous versions of Xcode.

When I go to menu Help -> Developer Documentation I get the reference library but when I search for any term like NSViewController the pop up keeps showing up (annoyingly) telling me that I'm not connected to internet -> which I know because I'm not ...

Does it mean I'm not longer able to look at documentation when I'm not connected to internet?

I'm missing the introductory topics on various technologies and so on like Window Controller and so on. Is there a place to download any additional offline documentation for Xcode?

flag

2 Answers

vote up 4 vote down check

It's in Preferences > Documentation.

link|flag
Oh I see it ... the last item in preferences – stefanB Sep 6 at 1:07
Downloading now ... thanks a lot – stefanB Sep 6 at 1:09
vote up 2 vote down

The documentation view in XCode should allow you to download the documentation sets, so that they're available for off-line reading. You'll find them installed in /Developer/Documentation/DocSets although for the iPhone stuff, it'll be in /Developer/Platforms/iPhoneOS.platform/Developer/Documentation/DocSets.

If you look at the source of http://developer.apple.com/rss/adcdocsets.atom (it won't show up in Safari, you'll have to use 'curl' or 'wget') then you can find the archives to download in 'xar' format. The command line 'xar -x' should be able to extract them.

link|flag
+1 thanks, I'll check this out as well. – stefanB Sep 7 at 2:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.