I am getting the following error whenever I try to run my cucumber Appium framework on my nevercode CI:
‘11.4’ does not exist in the list of simctl SDKs. No Simulator SDK versions are available on your system. Please install some via Xcode preferences.
I have tried booting the simulator manually and ensuring that it booted using this command:
xcrun simctl list devices | grep 'Booted'
But it still does not work
I have no trouble running these tests on my local machine so the cucumber tests themselves are fine.