Reputation: 820
When I run my application in Corona Simulator I can see the printed outputs in console. If I built it for IOS Simulator there is no message in the console. How can I see the printed outputs in iOS simulator? Thanks in advance...
Upvotes: 1
Views: 527
Reputation: 3063
On a Mac, the Xcode simulator outputs to the Mac "Console" app. It's under /Applications/Utilities or it can be gotten to by clicking on the magnifying glass (Spotlight) and typing in "Console" no quote and selecting the application when it shows up.
Upvotes: 0
Reputation: 4007
No you won't able to see the console of the iOS simulator.
You must build it for iOS device and use xcode to see the Corona SDK print.
Upvotes: 1