Javier Cadiz
Javier Cadiz

Reputation: 12536

Download iOS 7.1 simulator in XCode 6.2 for offline install

I have a related question here but for downloading the iOS docsets and install it offline. My scenario is simple: I can't connect to the internet from the Mac at my home, so i need the link to download the iOS 7.1 simulator and install it offline. XCode 6.2 install the latest 8.2 but i need the 7.1 one to test older apps. (I need the direct link to download it since i have not osx in the machine that have the internet connection)

Relating to the docsets there is this link where i can download the files and install it in an offline development machine.

So my question is where i download the 7.1 simulator to install it in an offline dev machine.

Upvotes: 2

Views: 2781

Answers (2)

Jeremy Huddleston Sequoia
Jeremy Huddleston Sequoia

Reputation: 23641

The file may be cached below ~/Library/Developer, but another option is to just rsync /Library/Developer/CoreSimulator to your other devices or create a tarball of the simruntime bundle below /Library/Developer/CoreSimulator for manual installation later.

Upvotes: 0

LinusG.
LinusG.

Reputation: 28922

So this is where you can download the Simulator in the newest Xcode.

enter image description here

Go to:

Applications –> Xcode –> show contents –> contents –> applications –> iOS Simulator

If you then copy it onto some USB then I guess you will be able to use it on the offline machine.

Hope that helps :)

Upvotes: 1

Related Questions