Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.0.0 Beta4
-
-
3
-
Qt Quick 3D - Week 45/46, Qt Quick 3D - 47/48
Description
Linking fails when compiling applications using Qt Quick 3D on iOS:
Undefined symbols for architecture arm64: "qInitResources_qmake_QtQuick3D()", referenced from: initResources() in libqquick3dplugin_debug.a(plugin.cpp.o) "qInitResources_res()", referenced from: initResources() in libqquick3dplugin_debug.a(plugin.cpp.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation
This appears to only happen with a CMake build of Qt on iOS (but not the qmake build).
This issue occurs when trying to build qmake projects (not sure about cmake based ones).
Attachments
Issue Links
- relates to
-
QTBUG-87702 [REG 5.15.1->6.0.0] qml/quick examples crash when running on iPad
- Closed
- resulted in
-
QTBUG-88736 Include cross-repo resource object files in generated prl files for Qt static builds
- Reported