How do I install an app in xcode (iOS) simulator manually

1.3k Views Asked by At

I have an iOS Universal app built using Corona Simulator. I want screenshots of the app in Xcode Simulator. How do I install the app in the simulator?

1

There are 1 best solutions below

5
On BEST ANSWER

When you build the app with Corona Simulator (File > Build > iOS), select the option: Build for: Xcode simulator.

It will generate the binary and will launch the game directly in xcode simulator, where you can take screenshots etc