Time for action – testing on an iOS device
A game file is not required for this session. We're going to create a blank game for our initial mobile tests.
Attach your iOS device to your Mac using the supplied USB cable.
Open Stencyl and create a new game called
Mobile Testing iOS
.Create a new scene called
Test Scene
, and set the Background color to Light Turquoise.In the main Stencyl toolbar, select iOS Device in the target device drop-down list next to the Test Game button, as shown in the following screenshot:
Ensure that Stencyl's Log Viewer window is open: View | Log Viewer in the main Stencyl menu.
Click on Test Game to start the compilation process.
The compilation process can take several minutes, depending on the speed of the development computer. Be patient!
When the compilation process has completed, Stencyl will display a Sending to Device… message, and shortly after this, the game (a blank, blue screen) will appear on the iOS device!
What just happened?
We created an empty test game with...