appium: Xcode version '0.0'. Support for Xcode 0.0 is not supported.
The problem
Unable to run tests using the latest XCode10
Environment
- Appium version (or git revision) that exhibits the issue: Appium v1.8.0-beta (REV 79e56f8697e793bde26490a8c1055f8fab17050e)
- Last Appium version that did not exhibit the issue (if applicable):
- Desktop OS/version used to run Appium: Mac OS 10.13.5
- Node.js version (unless using Appium.app|exe):
- Mobile platform/version under test: iOS12 beta1
- Real device or emulator/simulator: iPhone real device
- Appium CLI or Appium.app|exe:
Details
Error detecting the XCode10 version and throws an error message as below.
[XCUITest] Error: Xcode version '0.0'. Support for Xcode 0.0 is not supported. Please upgrade to version 7.3 or higher
Link to Appium logs
https://gist.github.com/gattasrikanth/adc983a24360a0f177ae3e909475eacd
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 27 (5 by maintainers)
working fine after I updated Appium
Try adding
--no-shrinkwrap
@maithili2110 @sujalwade below should solve
1- delete your Appium desktop App from your machine 2-
npm i -g npm
=> upgrade npm 3-npm uninstall appium
=> uninstall appium 4-npm install -g appium@latest
=> install appium globally 5- Re-install Appium desktop App (Latest)P.S: doube check
carthage
version as wellEstablish new appium connection and give it a try
Excellent. This was a mistake on publishing the beta. I will look into rectifying it for the future.