user1205396
user1205396

Reputation: 13

how to install documentation of iOS 5 sdk in xcode 4.2 without internet?

I don't have internet on my mac how can I install documentation for iOS 5?

Upvotes: 1

Views: 882

Answers (2)

Saurabh
Saurabh

Reputation: 22883

You can download the documentation file on other system (which have internet connection) from this link

http://devimages.apple.com/docsets/20111012/com.apple.adc.documentation.AppleiOS5_0.iOSLibrary.xar

then uncompress this .xar file at - /Library/Developer/Shared/Documentation/DocSets/

Update: here is the links for other documentation files for offline install -

Apple iOS Documentation V 5.0
Apple iOS Documentation V 4.2 (XCode 4)
Apple iOS Documentation V 4.2 (XCode < 4?)
Apple iOS Documentation V 4.3
Apple iOS Documentation V 4.3
Apple iOS Documentation V 4.1
Apple iOS Documentation V 4.1 (XCode 4)
Apple iOS Documentation V 4.0
Mac OS Lion Core Reference

Upvotes: 5

CodaFi
CodaFi

Reputation: 43330

In Xcode 4.2, the iOS 5 documentation is already pre-installed... press cmd+shift+2 and open up the organizer. It will be under the 'Documentation' tab.

Upvotes: 0

Related Questions