博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Set Up-1.2

Posted on 2012-09-14 11:30  星尘的天空  阅读(123)  评论(0编辑  收藏  举报

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 !