Reputation: 21846
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?
Upvotes: 2
Views: 1369
Reputation: 1006
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
Upvotes: 1