tags:

views:

318

answers:

2

I've upgraded to Snow Leopard and Xcode 3.2 but now I don't get the usual Developer Documentation any more. When I click on 'Developer Documentation' all I get is the Xcode QuickStart guide. No search field, no browsing the library, nothing. Only if I cmd+opt+shift (?) double click on e.g. NSString the API documentation of NSString comes up. But again, no search field, I can't browse the library etc. I can't imagine that this is the normal behavior. I've already tried to deinstall Xcode and reinstall it again - same result. Any idea of what might have gone wrong?

+1  A: 

The "Home" button in the documentation window's toolbar (is your toolbar hidden, perhaps?) will list the documentation sets you have installed. You'll want to install them from the "Documentation" page of Xcode's preferences window, it's the last one.

Yes, this is slightly annoying that you have to take the extra step, and it's very nonobvious where the extra step is.

Jim Puls
Yeah, I don't have a toolbar. Will try to figure out how to enable the toolbar again. Thanks
Ben
A: 

In 10.6, Xcode relies entirely on the web to retrieve developer docs rather than having a local copy. Have a look at this blog post; it tells how to grab the documentation files off of Apple's servers and make them available locally on your machine within Xcode.

Eric3