English 中文(简体)
使用UIAutom的文书中未预见到的错误
原标题:Unexpected Error in Instruments using UIAutomation

我目前正在使用SDK 4.0.2,并学习如何做UIAutomation。 遗憾的是,我发现,在Simulator,当我尝试进行简便的Java书写测试(这只是转让变量)时,我有以下错误。

Unexpected error in -[UIATarget_0x5d04f60 frontMostApp], /SourceCache/UIAutomation_Sim/UIAutomation-37/Framework/UIATargetElements.m line 437,

这里是“故事”,我正试图操作。

   function iDontDoAnything() {
      var target = UIATarget.localTarget();
      var app = target.frontMostApp();
      var navBar = app.navigationBar();
      UIALogger.logPass("it passed");
}

  UIALogger.logStart("First Tester Test");
  iDontDoAnything();

而我则指出,这是因为我是在呼吁“前线”时,就拿走了一片废墟。 测试在实际装置上可使用4.0.2美元的罚款/通行证。

主要问题: 在模拟器上是否有办法解决这一问题? 我注意到了这个问题的较早版本(4.0.1)的解决办法——没有成功。

那里没有多少文件,任何建议都会受到高度赞赏。

劳教

最佳回答
问题回答

暂无回答




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签