Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.1.0 Alpha
-
macOS11.0.1
Xcode 12.4
-
-
92b15beb9aa09467583230a018c23114bb666a8e (qt/qtbase/dev) 2983fe8f0900778a668bc4fdaf00d38ed299b6d8 (qt/qtbase/6.1)
Description
Qt6.1.0 iOS binaries (117bdd98673a7db6c6e8ff79745447efbff68941) via online installer. Launch Creator and open e.g. qml/shell and compile, fails with:
Undefined symbols for architecture arm64: "qt_static_plugin_QSCNetworkReachabilityNetworkInformationBackend()", referenced from: StaticQSCNetworkReachabilityNetworkInformationBackendPluginInstance::StaticQSCNetworkReachabilityNetworkInformationBackendPluginInstance() in shell_plugin_import.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) ** BUILD FAILED ** The following build commands failed: Ld Debug-iphoneos/shell.app/shell normal arm64 (1 failure) make: *** [xcodebuild-debug-device] Error 65
Full log attached.
Reproduces with examples in qml and quick, I didn't try all of them, but with few. Examples are compiled with Qt6.0.1.
gui/analogclock does compile, and deploys to device, also some widget examples.