AirtestProject / AirtestProject/iOS-Tagent
使用xcodebuild构建失败
- Dominant language
- Objective-C
- Stars
- 722
- Forks
- 194
- PR merge metrics
- No merged PRs in 30d
Description
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
作者有时间帮忙看一下是不是这个点的问题,如果是帮忙更新一版三方库
Contributor guide
Assessment
This issue has not been assessed yet.