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

点点圈 提交于 2019-12-01 17:34:14

问题


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.


回答1:


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.




回答2:


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




回答3:


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)




回答4:


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.




回答5:


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.



来源:https://stackoverflow.com/questions/18924261/xcode-5-documentation-window-missing-a-full-overview-of-sdk-guides-and-examples

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!