Book Image

LiveCode Mobile Development Beginner's Guide (2nd Edition)

Book Image

LiveCode Mobile Development Beginner's Guide (2nd Edition)

Overview of this book

Table of Contents (15 chapters)
LiveCode Mobile Development Beginner's Guide Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – using the iOS simulator


The initial steps are much like what we did for Android apps, but the process becomes a lot quicker in later steps. Remember, this only applies to a Mac OS; you can only do these things on Windows if you are using a Mac OS in a virtual machine, which may have performance issues. This is most likely not covered by the Mac OS's user agreement! In other words, get a Mac OS if you intend to develop for iOS. The following steps will help you achieve that:

  1. Open LiveCode and create a new Mainstack and save the stack to your hard drive.

  2. Select File and then Standalone Application Settings….

  3. Click on the iOS icon to select the Build for iOS checkbox.

  4. Close the settings dialog box and take a look at the Test Target menu under Development.

  5. You will see a list of simulator options for iPhone and iPad and different versions of iOS.

  6. To start the iOS simulator, select an option and click on the Test button.

What just happened?

This was all it took for us to get the testing...