简体   繁体   English

iPad在仪器目标选择中变得灰暗

[英]iPad grayed out in Instruments target selection

I'm trying to profile an iPad app in Instruments, but regardsless of which profiling settings I choose, I cannot select the iPad as the profiling target: 我正试图在Instruments中分析一个iPad应用程序,但无论我选择哪种分析设置,我都无法选择iPad作为分析目标:

在此输入图像描述

If I hover the mouse on "Attach to Process", the only thing I see are grayed out entries for "Application" and "System". 如果我将鼠标悬停在“附加到进程”上,我看到的唯一内容是灰色的“应用程序”和“系统”条目。

Any hints on the reason why I cannot use Instruments on the iPad? 有关我无法在iPad上使用乐器的原因的任何提示?

Make sure that: 确保:

  • You're using the latest stable Xcode 4.5.x (or newer) since you're targeting the latest iOS stable release; 您正在使用最新的稳定 Xcode 4.5.x(或更新版本),因为您的目标是最新的iOS稳定版本;

  • Instruments was started by Xcode, eg an old Instruments (from Xcode 4.2) can be started independently (eg by spotlight) and might not support iOS 6.0.1. 仪器由Xcode启动,例如旧仪器(来自Xcode 4.2)可以独立启动(例如通过聚光灯),并且可能不支持iOS 6.0.1。 In doubt check Instruments version; 有疑问检查仪器版;

  • Your device is configured for development (look at it inside Xcode organizer, devices); 您的设备已配置为开发(在Xcode管理器,设备中查看);

  • Your device's provisioning profiles and developer's identity/certificate are up to date; 您设备的配置文件和开发人员的身份/证书是最新的;

Note: you should edit your question and add the XCode version number you're using. 注意:您应该编辑您的问题并添加您正在使用的XCode版本号。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM