Attempt to install Qt on OS X gives 'You need to install Xcode 5.0.0', but this version is so old it's not available

前端 未结 5 423
执念已碎
执念已碎 2021-02-05 00:52

I am a Windows/Linux developer who occasionally builds for OS X - particularly in Qt.

I have a simple Qt project that I have been developing on Windows. I now wish to b

5条回答
  •  面向向阳花
    2021-02-05 01:36

    taken from the link above, this resolved my issue:

    sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer 
    

提交回复
热议问题