Question

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.

Was it helpful?

Solution

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top