Xcode offline InstallationThe help document tutorial is the content to be introduced in this article. It is implemented through the help document.XcodeOfOffline Installation.
1. view the Help file online:
XcodeTo view the Help file. The menu Help-Developer Documentation can be searched in the search box in the upper-right corner, but it is very slow and can be viewed online.
2. Download The Help file to your local device:
To download the Help file, right-click Xcode-preferences-Documentation and choose Get Info from the menu. You can view the Feed URL and find the. atom file address. You can view the download list in the FF browser and download it with thunder.
The atom link is as follows. Copy it to the address bar of the browser and you will see that the download list does not work in IE)
Http://developer.apple.com/rss/com.apple.adc.documentation.AppleiPhone4_2.atom
Http://developer.apple.com/rss/com.apple.adc.documentation.AppleSnowLeopard.atom
Http://developer.apple.com/rss/com.apple.adc.documentation.AppleXcode3_2.atom
You can also use the following link to download
Http://devimages.apple.com/docsets/20101122/com.apple.adc.documentation.AppleLegacy.CoreReference.xar
Http://devimages.apple.com/docsets/20101122/com.apple.ADC_Reference_Library.DeveloperTools.xar
Http://devimages.apple.com/docsets/20101122/com.apple.adc.documentation.AppleSnowLeopard.JavaReference.xar
Http://devimages.apple.com/docsets/20101122/com.apple.adc.documentation.AppleSnowLeopard.CoreReference.Xcode4.xar
Http://devimages.apple.com/docsets/20101122/com.apple.adc.documentation.AppleiOS4_2.iOSLibrary.Xcode4.xar
3. After the download, copy it to the/Developer/Documentations/Docset directory of Mac,
Use Terminal commands:
Sudo xar-xf file name. xar
Decompress the package and fix the permissions:
Sudo chown-R-P devdocs file name .doc set
OpenXcodeThen you can browse it offline.
Summary:Xcode offline InstallationThe help document and tutorial are complete. I hope you can learn this article to help you.