问题描述
在尝试为我的UI测试进行UI录制时,应用程序在1个未录制的事件后崩溃。查看崩溃报告,我发现此错误:
UNCAUGHT EXCEPTION(NSInternalInconsistencyException):childNodeFinders未处理ancestorFinder
While trying to do UI recording for my UI tests, the app crashed after 1 event that was not recorded. Looking into the crash report, I found this error: UNCAUGHT EXCEPTION (NSInternalInconsistencyException): ancestorFinder is not being processed by childNodeFinders
任何人也得到这个,也许有人知道这个问题吗?
Anyone also getting this and maybe someone knows a fix for this?
推荐答案
不幸的是,这只是生活中的测试版软件,您是否尝试重新安装Xcode 7 beta 4.。
Unfortunately that's just life with beta software, did you try reinstalling Xcode 7 beta 4.
如果仍然无效,可能是测试版。
If it still doesn't work, might be a beta thing.
期待Xcode 7 beta 5
Look forward to Xcode 7 beta 5
这篇关于Xcode 7 beta 4 - 在UI录制时崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!