- 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/.
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- DevOps for Networking
- C# Programming Cookbook
- Java Web及其框架技術
- Mastering matplotlib
- Python編程與幾何圖形
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- HTML5從入門到精通(第4版)
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- 好好學Java:從零基礎到項目實戰
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Learning Material Design
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- 遠方:兩位持續創業者的點滴思考
- Java7程序設計入門經典