Cannot launch WebDriverAgent : error - 'carthage bootstrap --platform iOS\,tvOS'
See original GitHub issueThe problem
I cannot launch WebDriverAgent due to the following error shown in the Appium server log.
[XCUITest] Error: Unable to launch WebDriverAgent because of xcodebuild failure: Command 'carthage bootstrap --platform iOS\,tvOS' exited with code 1 [XCUITest] at quitAndUninstall (/Applications/Appium.app/Contents/Resources/app/node_modules/appium-xcuitest-driver/lib/driver.js:527:15)
Could anyone help me please?
Environment
Xcode Version 10.1 (10B61)
- Appium version 1.15.1
- Desktop OS/version used to run Appium: Mac
- Mobile platform/version under test: IOS
- Real device or emulator/simulator: simulator
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:28 (3 by maintainers)
Top Results From Across the Web
Unable to launch WebDriverAgent because of xcodebuild ...
The issue is Unable to launch WebDriveragent because of xcodebuild failure. Tried executing the Carthage bootstrap --platform iOS,tvOS' but ...
Read more >Unable to launch WebDriverAgent because of xcodebuild ...
Unable to launch WebDriverAgent because of xcodebuild failure: Command 'carthage bootstrap --platform iOS\,tvOS' exited with code 1.
Read more >Unable to launch WebDriverAgent because of xcodebuild ...
The above error is due to WebDriverAgent is not installed on your real device or simulator connected to run the appium tests. The...
Read more >Xcode is unable to correctly run W…
Xcode is consistently failing to launch WebDriverAgent on an ipad 3 correctly causing it to launch several times and fail. Error: Xcode encountered...
Read more >appium-xcuitest-driver
Appium driver for iOS using XCUITest for backend. ... WDA for 12.2, the module cannot run on iOS 11.4 because of loading some...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am also facing the same issue. Any solution here?
I am using appium 1.18.0-beta.1 and none of the solution provided works for me. Any idea? I have tried doing carthage bootstrap --platform iOS,tvOS but it does not work.