My Xcode 9 gives the message to which I don\'t know how to respond. I want to run the app to my simulator, and I am getting this weird message. Attaching the snapshot for the sa
Same error. For me running xcode-select
helped:
sudo xcode-select -s /Applications/Xcode-beta.app/Contents/Developer/
rm -rf ~/Library/Developer/Xcode/DerivedData
Restart Xcode & Simulator. delete the app from simulator make clean & try to deploy again. it works for me.