Xcode 3.2 离线文档?
我已升级到 Xcode 3.2,并且正在搜索始终可用于以前版本的 Xcode 的离线文档/参考库。
当我进入菜单“帮助”->开发人员文档 我获得了参考库,但是当我搜索任何像 NSViewController 这样的术语时,弹出窗口不断出现(令人烦恼地)告诉我我没有连接到互联网 ->我知道,因为我不是......
这是否意味着当我未连接到互联网时我无法再查看文档?
我缺少有关各种技术的介绍性主题,例如窗口控制器等。有没有地方可以下载 Xcode 的任何其他离线文档?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它位于“首选项”>“文档。
It's in Preferences > Documentation.
XCode 中的文档视图应该允许您下载文档集,以便它们可供离线阅读。您会发现它们安装在 /Developer/Documentation/DocSets 中,但对于 iPhone 来说,它将位于 /Developer/Platforms/iPhoneOS.platform/Developer/Documentation/DocSets 中。
如果您查看 http://developer.apple.com/rss/adcdocsets.atom 的来源(它不会显示在 Safari 中,您必须使用“curl”或“wget”)然后您可以找到要下载“xar”格式的档案。命令行“xar -x”应该能够提取它们。
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.