如何使用 Xcode 6 在真正的 iphone 上测试应用程序?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/26379888/
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-15 05:52:56  来源:igfitidea点击:

How to test App on a real iphone using Xcode 6?

iosiphonexcodedebuggingtesting

提问by user978112

As Xcode 6is quite new, and the layout is a bit different from Xcode 5. I have no idea how to test my App on a real iphone using Xcode 6. I want to test my App on my iPhone 5s. I have joined the developer programme. Are there any step by step tutorials? Thank you.

由于Xcode 6很新,布局与 Xcode 5 略有不同。我不知道如何使用 Xcode 6 在真正的 iphone 上测试我的应用程序。我想在我的 iPhone 5s 上测试我的应用程序。我已加入开发者计划。有没有分步教程?谢谢你。

回答by DaSilva

After xCode5 this process is more easier. Plug your device, run you project with the device selected

在 xCode5 之后,这个过程更容易。插入您的设备,使用选定的设备运行您的项目

enter image description here

在此处输入图片说明

xcode will automatically created a provision profile for you.

xcode 会自动为你创建一个配置文件。

You need firstto associate your apple account with xcode

首先需要将您的苹果帐户与 xcode 相关联

xCode->Preferences->Accounts

xCode->首选项->账户

回答by Marcus

If the above description doesn't work,

如果上面的描述不起作用,

  1. Just start XCode 6
  2. Connect your iPhone 5S
  3. Select "Devices" in the Window menu
  4. Select your iPhone 5S on the left side under "Devices"
  5. Press on "Use Device for development"
  1. 只需启动 XCode 6
  2. 连接你的 iPhone 5S
  3. 在窗口菜单中选择“设备”
  4. 在左侧的“设备”下选择您的 iPhone 5S
  5. 按“使用设备进行开发”

From this point on, you should be able to select your iPhone 5 as destination for the build.

从现在开始,您应该能够选择您的 iPhone 5 作为构建的目的地。

XCode 6 has the Organizer split into "Organizer" and "Devices" so maybe you are just missing the "Devices" screen.

XCode 6 将管理器拆分为“管理器”和“设备”,因此您可能只是缺少“设备”屏幕。

回答by Dejan Skledar

Just connect your phone to your mac with the USB cable, and then select your device like this:

只需使用 USB 数据线将您的手机连接到您的 mac,然后像这样选择您的设备:

Preview

预览