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)

Most upvoted comments

working fine after I updated Appium

XCODE 10.1
Appium version 9.1
Appium server  v1.10.0

Try adding --no-shrinkwrap

npm install -g appium@beta --no-shrinkwrap

@maithili2110 @sujalwade below should solve

"Original error: Xcode version '0.0'. Support for Xcode 0.0 is not supported. Please upgrade to version 7.3 or higher".

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 well

Establish 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.