[KShare] iOS Error Codes - Definitions & Solutions

Error code #5

IOS simulators not showing up in Katalon

Definition

IOS simulators not showing up in Katalon.

Root cause

Xcode was not not defined correctly under Application folder

Solution

From Terminal, type below command:

xcode-select -p

If you don’t see anything from the xcode-select command, you’ll need to make sure you set a default Xcode version:

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer


:point_up: Back to top :point_up: