【发布时间】:2017-03-24 11:19:11
【问题描述】:
在路径 build/Debug-iphonesimulator/xxxxenter image description here.app/Info.plist 找不到目标应用程序的 Info.plist
我无法测试 UItest 文件和在其他机器上运行的相同文件..我该怎么办?
【问题讨论】:
标签: ios swift coded-ui-tests xcode-ui-testing xcode8.1
在路径 build/Debug-iphonesimulator/xxxxenter image description here.app/Info.plist 找不到目标应用程序的 Info.plist
我无法测试 UItest 文件和在其他机器上运行的相同文件..我该怎么办?
【问题讨论】:
标签: ios swift coded-ui-tests xcode-ui-testing xcode8.1
试试这个 -> 从模拟器中卸载应用程序并再次运行。
然后重启 Xcode 和模拟器。
【讨论】:
通过以下方式检查您是否已构建产品进行测试:产品 > 构建 > 测试
【讨论】: