zoukankan      html  css  js  c++  java
  • Set Up1.2

    Set Up

    [安装]

     

    When you develop apps, you use the iOS software development kit (SDK) and Xcode, Apple’s integrated development environment (IDE). Xcode provides everything you need to create great apps for iPhone, iPod touch, and iPad. It includes a source editor, a graphical user interface editor, and many other features. Xcode employs a single window, called the workspace window, that presents most of the tools you need to develop apps. Within this window you smoothly transition from writing code, to debugging, to designing your user interface. The iOS SDK extends the Xcode toolset to include the tools, compilers, and frameworks you need specifically for iOS.

    [当你开发应用程序,你使用IOS的软件开发包(SDK)和Xcode,他们是苹果的集成开发环境(IDE). Xcode提供了你为IPhone、IPod以及IPad开发应用程序所需需要的所有东西。他包括一个软代码编辑器,一个图形用户界面编辑器和许多其他的要素。Xcode提供了一个被成作为工作窗口的独立窗口,这个独立的窗口提供了你开发应用程序所需要的大部分工具。在这个窗口内,你可以在编写代码、调试、用户界面设计之间很顺利的进行切换。IOS SDK扩展了特别适合于Xcode的工具集,他包括工具、编译器和框架,]

    To get started:

    1. Download the latest version of Xcode. Open the Mac App Store app on your Mac, search for Xcode, and click Free to download Xcode. When you download Xcode, the iOS SDK is included. (The Mac App Store app is installed with Mac OS X version 10.7 and later. If you have an earlier version of Mac OS X, you need to upgrade.)
    2. Enroll as an Apple Developer in the iOS Developer Program.. You do not need to enroll in the program to write apps and test them in Simulator. You do need to enroll, however, to test apps on devices and to distribute apps. Enrollment gives you full access to the iOS Dev Center and the iOS Provisioning Portal. If you enroll now, you will be able to follow all of the steps in the road map, including testing your app on a device

    [准备工作:

      1:下载最新版本的Xcode。打开你Mac电脑中的 苹果应用商店,搜索 Xcode ,并单击 Free免费下载Xcode。 当你下载Xcode的时候,SDK也包括其中。(苹果的应用商店包含在Mac OS X 10.7以及后来的版本。 如果你的Mac操作系统是之前的老版本的话,你需要升级你的Mac 操作系统)

      2:在IOS开发者计划中注册为苹果开发者。 如果你仅仅是编写在模拟器中进行测试的应用程序,那么你不需要在IOS开发者计划中进行注册,如果你需要在真设备中测试你的应用程序并且最终在苹果商店中发布你的应用程序,那么就你需要注册为苹果开发者。 注册后,你将会获取访问IOS开发者中心和IOS协议官网的全部权限。如果你现在注册,你将能够通过路线图中所有的步骤,这当然也包括在真设备中测试你的应用程序。

    ]

    2012-09-14 11:29:27

    THE END !

  • 相关阅读:
    P2660 zzc 种田
    ie发[e]的单词,ea发[e]的单词,e发i:的单词
    从员工表和部门表联合查询的不同方式看CBO对不同SQL的优化
    Delete..In.. 删除语句的优化再次探讨
    【Vue】第一个Vue例子
    再度思索:从配送表中选出订单号和配送者相同时的最新记录
    datx 编译打包命令
    kube-proxy iptables 模式源码分析
    kube-proxy ipvs 模式源码分析
    go json 反解析接口
  • 原文地址:https://www.cnblogs.com/xingchen/p/2684626.html
Copyright © 2011-2022 走看看