Can't compile my project after updating Xcode and Qt
-
wrote on 13 May 2020, 23:01 last edited by
-
Hi all,
My porject was compiled without any problem under Xcode 10.3 and Qt5.13.1 after updating to Xcode 11.4 and Qt 5.14.2 I have this error and I really don't know what to do. Can someone help me?
@Tony123 Did you a complete rebuild? Delete build folder, run qmake and build.
-
Hi,
Can you try to build on command line ?
-
wrote on 15 May 2020, 09:18 last edited by
@SGaist , So I have to update my situation. I download Qt5.13.2 and the libQt5UiTools_debug.a is under the
path
If I download 5.14.2 this file is missing! (I mean the debug version of this file)
So the question why is not there that file? Is it related to this bug ? https://bugreports.qt.io/browse/QTBUG-81251
Is that path automatically filled or should I edit this path?
Thanks.
-
IIRC there has been a change in how the debug versions are generated but I currently don't remember the details, sorry.
I also can't confirm the issue with the latest version of Xcode as I can't install it.
-
IIRC there has been a change in how the debug versions are generated but I currently don't remember the details, sorry.
I also can't confirm the issue with the latest version of Xcode as I can't install it.
-
@SGaist Ok, I try to go to a newer version of Qt (5.15), and the problem still persists. What's that mean since the qt 5.13 there is no way to compile our projects?
@Tony123 Maybe you can try compiling from source. I had to compile my custom iOS qt version due to Xcode updates twice last week.
It's not too much hassle and should be done in an hour or 2, depending on your cpu of course.
-
@SGaist Ok, I try to go to a newer version of Qt (5.15), and the problem still persists. What's that mean since the qt 5.13 there is no way to compile our projects?