问题
I tried to build Qt iOS project but got this issue. Now I try to build this project in the Xcode but get this error:
error: can't exec '/Applications/Xcode' (No such file or directory)
Command /Applications/Xcode failed with exit code 71
How can I resolve it?
回答1:
sudo xcode-select -switch /Applications/Xcode.app/
and recreating the project helped.
来源:https://stackoverflow.com/questions/36708016/xcode-failed-with-exit-code-71