11

So have a complete build of my app compatible for the iOS Simulator on Snow Leopard. Now I don't want to install Xcode on my other Mac to run this.

The question: Is there a way to only install the iOS Simulator? I could install the app on my iOS Simulator on my primary Mac and then just copy the iPhone Simulator folder from the Library folder and paste it on my secondary Mac.

Or is there any other app?

sudo rm -rf
  • 29,408
  • 19
  • 102
  • 161
cocos2dbeginner
  • 2,185
  • 1
  • 31
  • 58

4 Answers4

3

Try Simulator Launcher:

Simulator Launcher builds custom executables to automatically launch an embedded iPhone Simulator application using the correct iPhone SDK.

Ole Begemann
  • 135,006
  • 31
  • 278
  • 256
  • 1
    Currently, Simulator Launcher fails if you try to run on Xcode 4.2.1 because Xcode moved the location of its internals (frameworks and etc.) https://github.com/landonf/simlaunch/issues/8 – Centurion Feb 28 '12 at 09:54
1

The Simulator app depends on other directories and files in the SDK/Xcode installation. Best bet is to install the full iOS SDK and then try deleting Xcode and other stuff until you find the minimum required.

There is no other app.

hotpaw2
  • 70,107
  • 14
  • 90
  • 153
0

ios-sim seems to be the only one that works with xcode 6.3 https://github.com/phonegap/ios-sim

Radu Simionescu
  • 4,518
  • 1
  • 35
  • 34
-1

Try using app.io, worked great for me, and it's free

kirill2485
  • 377
  • 1
  • 5
  • 22