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

后端 未结 5 1830
猫巷女王i
猫巷女王i 2021-01-19 01:09

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 s

相关标签:
5条回答
  • 2021-01-19 01:16

    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.

    0 讨论(0)
  • 2021-01-19 01:22

    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.

    0 讨论(0)
  • 2021-01-19 01:30

    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.

    0 讨论(0)
  • 2021-01-19 01:35

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

    0 讨论(0)
  • 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)

    0 讨论(0)
提交回复
热议问题