Answers for "Could not determine iOS SDK version: Could not get Xcode version."

0

Could not determine iOS SDK version: Could not get Xcode version.

I was using command line Appium. To resolve the issue you have to switch Xcode to the proper path.

The following command will help:

sudo xcode-select --switch /Applications/Xcode.app
If you have installed Xcode app in a different location, give that path instead of /Applications/Xcode.app.
Posted by: Guest on May-02-2022

Code answers related to "Could not determine iOS SDK version: Could not get Xcode version."

Browse Popular Code Answers by Language