Can't compile my project after updating Xcode and Qt
-
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?
-
Hi,
Can you try to build on command line ?
-
@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?
-
@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?