- Sudo xar-xf file name. xar
How to makeXcodeOffline browsingIPhoneSDKDocumentIs the content to be introduced in this article.XcodeProceedIPhoneFor programming, you may need to referIPhoneSDK documentation, but after each Control + Click,XcodeWill try to connect to the Internet for online reading. Is there any way to download the data to the hard disk for offline reading?
The answer is yes. First, go to Documentation Sets in Xcode Preference.
Select the required docset. Here is the iPhone 4.0 Reference Library.
Right-click and select "Get Info ..."
Find
- Feed URL:http://developer.apple.com/rss /com.apple.adc.documentation.AppleiPhone4_0.atom
Open it in a browser. Many versions are listed below. After downloading it to a local computer, copy it to the/Developer/Documentations/Docset directory of Mac and run the terminal command:
Decompress it, and then use:
- Sudo chown-R-P devdocs file name .doc set
Change the document owner to devdocs. Open Xcode and you will be able to browse it offline.
Summary: How to makeXcodeOffline browsingIPhone SDKThe content of this document has been introduced. I hope this article will help you! For more information, see edit recommendations.