Qt6.8.2 QWidget can't show on IOS18.2
Unsolved
Mobile and Embedded
-
I have use Qt6.8.2 to creat a simplest QWidget window and then run it on IOS18.2 simulator, the QWidget window can't be showed and the screen was black. But the QML window can be showed!
The same code for the QWidget window, if I re-compiled it with Qt5.12.2 and then run it on IOS18.2, the window can be showed correctly either.
How to fix this issue?
Thanks!
-
@iamnotsad Set QT_DEBUG_PLUGINS env variable to 1 in run settings before running the app and check the console output.
See https://doc.qt.io/qt-6/debug.html -