You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xcodebuild构建指令:
xcodebuild -workspace /Users/qitmac001099/work/crack/ios/tools/WebDriverAgent/WebDriverAgent.xcodeproj/project.xcworkspace -scheme WebDriverAgentRunner -destination 'id=' test
报错:
Testing failed:
Building for iOS, but the embedded framework 'RoutingHTTPServer.framework' was built for iOS + iOS Simulator.
Building for iOS, but the linked and embedded framework 'RoutingHTTPServer.framework' was built for iOS + iOS Simulator.
Testing cancelled because the build failed.
xcodebuild构建指令:
xcodebuild -workspace /Users/qitmac001099/work/crack/ios/tools/WebDriverAgent/WebDriverAgent.xcodeproj/project.xcworkspace -scheme WebDriverAgentRunner -destination 'id=' test
报错:
Testing failed:
Building for iOS, but the embedded framework 'RoutingHTTPServer.framework' was built for iOS + iOS Simulator.
Building for iOS, but the linked and embedded framework 'RoutingHTTPServer.framework' was built for iOS + iOS Simulator.
Testing cancelled because the build failed.
** TEST FAILED **
百度解决方案:
将Build Setting -> Validata WorkSpace 置为YES
改完后依旧不好使,怀疑作者在编辑WebDriverAgentLib三方库的时候没有将Build Setting -> Validata WorkSpace 置为YES
作者有时间帮忙看一下是不是这个点的问题,如果是帮忙更新一版三方库
The text was updated successfully, but these errors were encountered: