Ivan von Turkovich
Ivan von Turkovich

Reputation: 97

Xcode 5 documentation window missing a full overview of sdk guides and examples

I am having problem finding SDK guides in new xcode 5. I've downloaded documentation for offline use and when I open new window for xcode documentation there is no way to see a list of all guides and examples like there used to be.

Upvotes: 5

Views: 3293

Answers (5)

Kappe
Kappe

Reputation: 9505

Solution: Delete the xCode preference files:

com.apple.dt.Xcode.plist
com.apple.dt.Xcode.LSSharedFileList.plist
(and any other xCode related files)

in ~/Library/Preferences/

and restart xcode.

Upvotes: 0

Robert J. Clegg
Robert J. Clegg

Reputation: 7370

I'm going to also file a bug report about this issue with Apple. This is a step backwards in documentation for Apple. Xcode 4.x was much better for getting to programming guidelines and just finding cool stuff. Now you have to know the method, property you're looking for. Not cool.

Upvotes: 0

Laurent
Laurent

Reputation: 126

You can refer to the doc online available at:

https://developer.apple.com/library/mac/navigation/

(I hope too that Apple will fix this issue soon)

Upvotes: 0

Saurabh Hooda
Saurabh Hooda

Reputation: 2606

Yes Ivan, there are lots of issues with Xcode 5 documentation including the one you mentioned. Another example: when you open Xcode documentation Provide Feedback link at the bottom doesn't work. And there are lots of broken links throughout Xcode 5 documentation. Best thing is to log a bug report with Apple for each and every issue. I know it takes time to log a bug :( but that's the only way it seems. Hope all the issues will be fixed soon so that developers can work with better productivity.

Upvotes: 1

Tomasz Szulc
Tomasz Szulc

Reputation: 4235

All documentation you need is under alt+cmd+shift+? in Xcode 5 instead of cmd+shift+2.

Upvotes: 0

Related Questions