Solution-Starter-Kit-Cooperation-2020
Solution-Starter-Kit-Cooperation-2020 copied to clipboard
Setting XCode Path
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