当我尝试运行UI Automation
脚本时iOS 6
,iphone simulator 6.0
出现以下错误:
"An error occurred while trying to run the script."
请帮忙!虽然与iphone simulator 5.1
with 一起工作正常ios5
。
当我尝试运行UI Automation
脚本时iOS 6
,iphone simulator 6.0
出现以下错误:
"An error occurred while trying to run the script."
请帮忙!虽然与iphone simulator 5.1
with 一起工作正常ios5
。
这是 Xcode 中的一个错误。一些人提出以下建议(对我不起作用,没有旧的 iOS 文件夹)。假设您拥有最新的 iOS,现在这将是 iOS7,最新版本为 7.0.3。
cd ~/Library/Application\ Support/iPhone\ Simulator/
mv 7.0 old7.0
ln -s 7.0.3 7.0
有人声称此错误已在不同版本的 Xcode 中修复(看起来它又回到了带有 Instruments 5.0.1 的 Xcode 5.0.2 中),因此您可以尝试最新的 Xcode beta 或您认为可以在您的计算机上运行的任何版本(例如Xcode 5.0.1 显然)
然而,对我有用的是插入一个设备并在 iPod/iPhone而不是模拟器上运行我的项目,它运行良好。