Solution-Starter-Kit-Cooperation-2020 icon indicating copy to clipboard operation
Solution-Starter-Kit-Cooperation-2020 copied to clipboard

Setting XCode Path

Open sauravraiguru opened this issue 4 years ago • 0 comments

When you are installing the xcode for the first time, we need to set the application path... Please check your xcode application path by following command -

sudo xcode-select --print-path It should be -> /Applications/Xcode.app/Contents/Developer

if its not then, try the below command to set it before starting the simulator - sudo xcode-select --switch /Applications/Xcode.app

sauravraiguru avatar Apr 07 '20 10:04 sauravraiguru