- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Michelle M. Fernandez
- 285字
- 2021-07-23 19:37:16
Time for action – loading an app on your iOS device
Select your Hello World build you created and choose either iTunes or Xcode to load your app onto your iOS device. They can be used to transfer the application file.
If using iTunes, drag your build into your iTunes Library and then sync your device normally, as shown in the following screenshot:

Another way to install your app onto your device is to use Xcode, since it provides a convenient method to install iOS device applications. Perform the following steps:
- With the device connected, open Xcode's Organizer from the menu bar by going to Window | Organizer and navigate to your connected device under the Devices list on the left-hand side.
- If a proper connection is established, you will see a green indicator. If it is yellow after a couple minutes, try powering the device off and on again or disconnect the device and connect it again. This will usually establish a proper connection.
- Simply drag your build file and drop it into the Applications area of the Organizer window, and it will automatically install on your device.
What just happened?
We just learned two different ways of loading an application build to an iOS device: using iTunes and using Xcode.
Using iTunes provides a simple drag and drop feature into your library and then allows you to transfer the build as long as your device is synced up.
The Xcode method is probably the easiest and most common way to load a build to a device. As long as your device is connected properly and ready to use in the Organizer, you drag and drop the build to applications and it loads automatically.
- UNIX編程藝術
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Django+Vue.js商城項目實戰
- C語言程序設計教程
- C語言程序設計基礎與實驗指導
- 算法大爆炸:面試通關步步為營
- ASP.NET動態網頁設計教程(第三版)
- 精通Scrapy網絡爬蟲
- Unity 5 for Android Essentials
- 青少年學Python(第1冊)
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Software Development on the SAP HANA Platform
- PHP項目開發全程實錄(第4版)
- Monitoring Docker
- MongoDB Administrator’s Guide