正如标题所示,EarlGrey框架生成的XCTest包的路径是什么?
发布于 2016-07-09 00:26:08
我已经updated the EarlGrey FAQ了xctest包的位置。
在哪里可以找到xctest包?
对于示例项目,运行一次EarlGreyExampleSwiftTests目标,然后找到包:
cd ~/Library/Developer/Xcode/DerivedData/EarlGreyExample-*/Build/Products/Debug-iphonesimulator/EarlGreyExampleSwift.app/PlugIns/EarlGreyExampleSwiftTests.xctest/
对于物理设备构建,将Debug-iphonesimulator替换为Debug-iphoneos.
https://stackoverflow.com/questions/38132998
复制相似问题