ios - Xcode failed with exit code 71 -
i tried build qt ios project got this issue. try build project in xcode error:
error: can't exec '/applications/xcode' (no such file or directory)
command /applications/xcode failed exit code 71
how can resolve it?
sudo xcode-select -switch /applications/xcode.app/
, recreating project helped.
Comments
Post a Comment