xcode 如何将我的 iPhone 应用程序转移到我真正的 iPhone?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4916048/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 03:41:52  来源:igfitidea点击:

how do I transfer my iPhone application to my real iPhone?

iphonexcodetransfer

提问by DeShawn Terrell

I am a registered iOS developer. How do I get my iPhone application transferred to my personal iPhone?

我是注册的 iOS 开发人员。如何将我的 iPhone 应用程序转移到我的个人 iPhone?

回答by Wolfador

For testing? Just select your device instead of the simulator.

用于检测?只需选择您的设备而不是模拟器。

回答by Banjer

You use Build and Archivein Xcode to create an ipa file that you can drag into iTunes. The chosen answer to this questionexplains it with a screenshot.

您可以在 Xcode 中使用Build and Archive来创建一个可以拖入 iTunes 的 ipa 文件。此问题的选定答案通过屏幕截图对其进行了解释。

回答by grepit

For ios7 and Xcode 5 and for testing it, follow the below steps:

对于 ios7 和 Xcode 5 并进行测试,请按照以下步骤操作:

  1. You need to request a certificate (if this is your first time)
  2. Connect you iPhone to your Mac and then click on "Development in Xcode's Organizer window" enter image description here

  3. Sign in with the Apple ID associated with your iOS Developer Program membership and Xcode will automatically generate your certificates.

  4. in Xcode, Click on "Product" -->"Destination" --> you should see the name of your iPhone list there so click on it :)
  5. in Xcode ,Click "Product" --> "Build for Running" --> "Allow"
  6. in Xcode ,Click "Product --> "Run" --> "Allow"
  1. 您需要申请证书(如果这是您的第一次)
  2. 将 iPhone 连接到 Mac,然后单击“在 Xcode 的管理器窗口中开发” 在此处输入图片说明

  3. 使用与您的 iOS 开发者计划成员资格关联的 Apple ID 登录,Xcode 将自动生成您的证书。

  4. 在 Xcode 中,单击“产品”-->“目的地”--> 您应该在那里看到您的 iPhone 列表的名称,因此单击它:)
  5. 在 Xcode 中,单击“产品”-->“为运行而构建”-->“允许”
  6. 在 Xcode 中,单击“产品 --> 运行” -->“允许”

source

来源

回答by Claudio Martins

After you login into iOS Dev Center, you will be able to reach the iOS Provisioning Portal.

登录 iOS Dev Center 后,您将能够访问 iOS Provisioning Portal。

There, you will have all procedures and step-by-step guides on how to create your development certificate, register your device, create a mobile provisioning, etc.

在那里,您将获得有关如何创建开发证书、注册设备、创建移动配置等的所有程序和分步指南。

https://developer.apple.com/ios/manage/overview/index.action

https://developer.apple.com/ios/manage/overview/index.action