Why I am getting the following error while running appium version 1.18.1?

3.6k Views Asked by At

Getting this error "An unknown server-side error occurred while processing the command. Original error: '13.3' does not exist in the list of simctl SDKs. No Simulator SDK versions are available on your system. Please install some via Xcode preferences."

2

There are 2 best solutions below

0
On

I was getting the same exact error and then I updated appium to latest version and now it works.

0
On

The error speaks for itself: requested platform should be visible in xcrun simctl list output.

You either use incorrect developer tools dist or Xcode installation is corrupted. Not an Appium issue, but your environment.

Go to XCode and add a new simulator with iOS 13.3, you might need to update XCode as well in oder to do it.