xcode – Instruments 4.5和ios模拟器6.0.没有开始

xcode – Instruments 4.5和ios模拟器6.0.没有开始,第1张

概述在 IOS Simulator 5.1中,此代码有效: `instruments -t /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Instruments/PlugIns/AutomationInstrument.bundle/Contents/Resources/ 在 IOS Simulator 5.1中,此代码有效:

`instruments -t /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/library/Instruments/PlugIns/automationInstrument.bundle/Contents/Resources/automation.tracetemplate /Users/administrator/library/Application\ Support/iPhone\ Simulator/6.0/Applications/$numbeRSStrings/myapp.app/ -e UIASCRIPT /Users/administrator/Desktop/Tests/smoke.Js`

xcode更新后,ios simulator 6.0此代码不起作用并显示此错误:

`Instruments Usage Error : The specifIEd template 'file://localhost/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/library/Instruments/PlugIns/automationInstrument.bundle/Contents/Resources/automation.tracetemplate' does not exist.`

夹:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/library
不包含文件夹/乐器.

在哪里找到它?

解决方法 在Trace 4.5中,tracetemplate的路径已经改变.

请改用:

instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/automationInstrument.bundle/Contents/Resources/automation.tracetemplate /Users/administrator/library/Application\ Support/iPhone\ Simulator/6.0/Applications/$numbeRSStrings/myapp.app/ -e UIASCRIPT /Users/administrator/Desktop/Tests/smoke.Js
总结

以上是内存溢出为你收集整理的xcode – Instruments 4.5和ios模拟器6.0.没有开始全部内容,希望文章能够帮你解决xcode – Instruments 4.5和ios模拟器6.0.没有开始所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1027716.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-23
下一篇 2022-05-23

发表评论

登录后才能评论

评论列表(0条)

保存