将iphone应用程序从xcode部署到iphone [英] Deploy an iphone app from xcode to iphone

查看:249
本文介绍了将iphone应用程序从xcode部署到iphone的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在做一个学校项目,我需要将iphone应用程序部署到手机上。我有一些非常棒的问题要问。我试图从这个网站上阅读一些解决方案,但我不明白!喜欢这些问题: iPhone应用减去应用商店如何将iphone应用程序从xcode部署到实际iPhone设备

I am doing a school project and I am required to deploy an iphone app to my phone. I have some really noob questions to ask. I have tried to read some solutions from this website but I dont understand! like from these questions: iPhone app minus app store and How can I deploy an iphone application from xcode to real iPhone device.

这里有人能给我一个更容易理解的方法吗?

Can anyone here give me an easier way to understand please?

推荐答案

简单:


  • < a href =http://developer.apple.com/programs/start/standard/ =noreferrer>注册iOS开发者帐户。这包括注册Apple ID,注册为Apple开发人员,然后选择开发者帐户加入开发者计划。该链接将引导您完成整个过程。

  • 将您的设备连接到您的设备并在Xcode管理器(窗口>管理器)中查看它。

  • 告诉Xcode你想用它来开发。

  • Sign up for an iOS Developer account. This includes signing up for an Apple ID, enrolling as an Apple developer, then opting that dev account into the Developer Program. That link walks you through the process.
  • Hook up your device to your machine and look at it in the Xcode organizer (Window > Organizer).
  • Tell Xcode your want to use it for development.

我相信Xcode现在可以帮助你解决比以往更多的问题。如果没有,那么Apple有逐步说明。简而言之,您需要:

I believe Xcode will now help you out more than it used to. If it doesn't, then Apple has step-by-step instructions. In short, you need to:


  • 使用Keychain Access生成CSR(证书签名请求)

  • 通过开发门户网站将其提交给Apple

  • 下载生成的开发签名证书,并通过双击文件将其与Apple的中间证书一起安装在钥匙串中。

  • 然后,您需要创建配置文件。

  • 将设备ID添加到其中。

  • 下载并坚持下去在你的设备上,例如,通过在iTunes中将其拖动到你的设备。

  • Use Keychain Access to generate a CSR (certificate signing request)
  • Submit that to Apple via the dev portal
  • Download the resulting development signing certificate and install it along with Apple's intermediate certificate in your keychain by double-clicking on the files.
  • You then need to create a provisioning profile.
  • Add your device ID to it.
  • Download it and stick it on your device, e.g., by dragging it to your device in iTunes.

然后,你可以在设备上构建和运行你的应用程序。解释起来很痛苦,但一旦开始就很容易感觉到。

Then, you can build and run your app on the device. It's a pain to explain, but pretty easy to feel your way through once you get started.

这篇关于将iphone应用程序从xcode部署到iphone的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆