用鲨鱼分析iphone:按下开始后没有任何反应

时间:2010-07-01 20:59:18

标签: iphone profiling shark

我以前在Mac应用程序中使用过shark。我现在正试图为iPhone设置它,但它不想工作。

我从另一篇文章中听过这些说明: 构建应用并在设备上启动

- Launch Shark
- From the Shark menu, select Sampling->Network/iPhone Profiling
- In the Shark window, select the radio button "Control network profiling of shared computers".
- Select your iPhone in the list and optionally configure the profiling session
- Press Start to begin profiling, and Stop to end

除了最后一步,一切都很好。我按开始并没有任何反应......这真的很令人沮丧,因为开始按钮没有变灰,鲨鱼只是默默地失败而没有任何进一步的消息。

我试过:

- Reboot
- Re-install latest XCode
- Restore my ipod
- Try different USB port
- Disabling firewall

任何人有其他建议或过去曾见过吗?

2 个答案:

答案 0 :(得分:8)

显然Apple已经放弃了对鲨鱼和iOS 4的支持......我们应该使用名为Instruments的应用程序。

我在apple dev论坛上看到了这个: https://devforums.apple.com/message/243237(如果您可以访问它)

答案 1 :(得分:1)

与XCode 3.2.3 / iOS4 / 3GS相同的问题

一个人说发布版本 TTP://forums.macrumors.com/showthread.php T = 619564

另一个人说要进行调试构建 TTP://www.switchonthecode.com/tutorials/using-shark-to-performance-tune-your-iphone-app

后一页说明是直接从iPhone发布,而不是从Xcode发布。

我尝试过调试/发布,iPhone直接/来自Xcode的组合,但没有成功。

Apple开始使用shark doc并没有说任何关于构建或如何构建的内容  启动你的应用程序:( http://developer.apple.com/iphone/library/documentation/DeveloperTools/Conceptual/SharkUserGuide/GettingStartedwithShark/GettingStartedwithShark.html

希望我们能尽快找到解决方案。