1

I got a .app folder from a developer friend.

I would try his application and run .app to my iPhone Simulator, without XCode.

Is there a way to run this .app to my iPhone Simulator ? Of course this .app has been built for iPhone Simulator target.

TheFrancisOne
  • 2,667
  • 9
  • 38
  • 58
  • Have you tried dragging the folder to the simulator app icon in the launch bar and dropping it? I'm not on my mac so I can't try it, but that seems to work with most apple stuff. – Kevin Sep 09 '11 at 14:07
  • Safari tries to download .app file, and fails. – TheFrancisOne Sep 09 '11 at 15:24

1 Answers1

5

Try something like this:

/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app/Contents/MacOS/iPhone\ Simulator -SimulateApplication path_to_your_app/YourFavouriteApp.app/YourFavouriteApp
Tim Wachter
  • 732
  • 5
  • 22