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

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -