vijayst
vijayst

Reputation: 21846

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

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

Answers (1)

Teddy Engel
Teddy Engel

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

Related Questions