2

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.

Community
  • 1
  • 1
Javier Cadiz
  • 12,326
  • 11
  • 55
  • 76

2 Answers2

1

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 :)

LinusGeffarth
  • 27,197
  • 29
  • 120
  • 174
  • See the last part of the first paragraph "i have not osx in the machine that have the internet connection", so there is no way that i can download it that way. I need a direct link. – Javier Cadiz Mar 19 '15 at 02:31
0

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.

Jeremy Huddleston Sequoia
  • 22,938
  • 5
  • 78
  • 86