- PhoneGap:Beginner's Guide(Third Edition)
- Purusothaman Ramanujam Giorgio Natili
- 225字
- 2021-07-16 13:22:27
Getting started with iOS and Xcode
In order to start developing apps for iOS devices, it's mandatory to have a Mac and download the iOS SDK (Xcode), available on the Apple Developer Center at http://developer.apple.com. Complete the following steps to install Xcode:
- Install Xcode from the App Store.
- Install the Xcode command-line tools (Xcode Preferences | Downloads | Components | Command Line Tools | Install).
Now, let's create an iOS project using the command-line tools, as shown here:
$ phonegap create hello $ cd hello $ phonegap platform add ios $ phonegap build
Once the preceding commands are executed, you will have the Xcode project created. You can see the hello/platforms/ios/hello.xcodeproj
file and you can double-click on it to open it. With this, our project is already set up and ready to be debugged and deployed.
In order to deploy the app, change Target in the Scheme drop-down menu on the toolbar to Hello (or the current project name) and change Active SDK in the Scheme drop-down menu on the toolbar to iOS [version] Simulator. Once you have done this, click on the Run button.
Note
If you are searching for a tool for Objective-C with advanced refactoring features, better code completion, great support for unit tests, and powerful code inspection tools, you should consider buying AppCode from JetBrains. More information is available at http://www.jetbrains.com/objc/.
- Rust實戰
- Java高手真經(高級編程卷):Java Web高級開發技術
- MATLAB 2020 從入門到精通
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- SQL基礎教程(第2版)
- 深入理解C指針
- Python 3 數據分析與機器學習實戰
- Learning VMware vSphere
- C#面向對象程序設計(第2版)
- Learning Kotlin by building Android Applications
- Mastering ASP.NET Web API
- C#網絡編程高級篇之網頁游戲輔助程序設計
- 面向對象分析與設計(第3版)
- Mastering Chef Provisioning
- Python深度學習實戰:基于TensorFlow和Keras的聊天機器人以及人臉、物體和語音識別