- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Michelle M. Fernandez
- 338字
- 2021-07-23 19:37:16
Time for action – creating an iOS build
Follow these steps to create a new iOS build in Corona SDK:
- Open the Corona simulator and select Open.
- Navigate to your Hello World application and select your
main.lua
file. - Once the application is launched in the simulator, go to the Corona Simulator menu bar and navigate to File | Build | iOS or press Command + B on your keyboard. The following dialog box will appear:
- Create a name for your app in the Application Name field. We can keep the same name,
Hello World
. In the Version field, keep the number at1.0
. In order to test the app in the Xcode simulator, select Xcode Simulator from the Build For drop-down menu. If you want to build for the device, choose Device to build an app bundle. Next, select the target device (iPhone or iPad) from the Supported Devices drop-down menu. From the Code Signing Identity drop-down menu, choose the provisioning file you created for the specified devices you are building for. It is the same name as Profile Name in the iOS Provisioning Portal on the Apple developer website. In the Save to folder section, click on Browse and choose where you would like your application to be saved.If all the information has been confirmed in the dialog box, click on the Build button.
What just happened?
Congratulations! You have now created your very first iOS application file that can be uploaded to your device. As you start developing apps for distribution, you will want to create new versions of your application so that you can keep track of the changes in every new build you make. All the information from your Provisioning Profile was created in the iOS Provisioning Portal and applied to the build. Once Corona has finished compiling the build, the application should be located in the folder you saved it under.
推薦閱讀
- C++程序設(shè)計(jì)教程
- Bootstrap Site Blueprints Volume II
- Learning ROS for Robotics Programming(Second Edition)
- Moodle Administration Essentials
- LabVIEW Graphical Programming Cookbook
- Python數(shù)據(jù)分析基礎(chǔ)
- Mastering Objectoriented Python
- Rake Task Management Essentials
- Python編程與幾何圖形
- Developing SSRS Reports for Dynamics AX
- 零基礎(chǔ)學(xué)C語(yǔ)言(第4版)
- 高性能PHP 7
- Node.js應(yīng)用開發(fā)
- Beginning PHP
- Scratch 3.0少兒積木式編程(6~10歲)