upgrade SDK on macOs Qt version
-
wrote on 15 Feb 2019, 15:31 last edited by
hi
i have installed Qt 5.12.1 (Clang 10.0 (Apple), 64 bit) on my mac(I'm using macOS 10.12.6). for first time i get this warning :
Project WARNING: Qt requires at least version 10.13 of the platform SDK, you're using 10.12. Please upgrade.so
what i have to do for updating my Qt SDK ? -
Hi and welcome to devnet,
What version of Xcode are you using ?
-
wrote on 16 Feb 2019, 13:55 last edited by
@SGaist
I'm using Version 8.3.3 (8E3004b) of Xcode. -
It's too old a version for Qt 5.12.1
-
wrote on 20 Feb 2019, 08:28 last edited by
@SGaist
I updated version of Xcode to 10.1 (10B61) but yet doesn't change any thing. I received same warning :
:-1: warning: Qt requires at least version 10.13 of the platform SDK, you're using 10.12. Please upgrade.
now what I have to do? -
@SGaist
I'm using Version 8.3.3 (8E3004b) of Xcode.wrote on 20 Feb 2019, 09:24 last edited by@AmirAbbasi
also I updated my macOS to high sierra 10.13.6 (17G65) -
Did you already delete the build folder before recompiling ?
-
wrote on 20 Feb 2019, 21:43 last edited by
@SGaist
no i did not -
Then do it and rebuild your project.
-
wrote on 20 Feb 2019, 21:53 last edited by
@SGaist
how can I delete build folder? -
Either use macOS terminal application and do it from the command line, or use Finder and put it in the trash and then empty the trash.
-
Either use macOS terminal application and do it from the command line, or use Finder and put it in the trash and then empty the trash.
wrote on 20 Feb 2019, 22:33 last edited by@SGaist
the code was run
thanks a lot -
You're welcome !
Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)
1/13