Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
6.7.1
-
None
Description
Building an iOS app for simulator, with QMAKE_APPLE_SIMULATOR_ARCHS=arm64
should in theory target the ARM64 simulator
However, build fails with:
ld: building for 'iOS-simulator', but linking in object file (/Qt/6.7.1/ios/lib/objects-Release/Gui_resources_1/.qt/rcc/qrc_qpdf_init.cpp.o) built for 'iOS' clang: error: linker command failed with exit code 1
I don't even have QtPDF installed, so not sure what's going on.
Attached a minimal repro.
qmake && make
(requires Apple Silicon mac)
Attachments
Issue Links
- duplicates
-
QTBUG-101276 Support arm64 target for builds for iOS Simulator
- Reported
- is blocked by
-
QTBUG-101277 Support consuming and generating XCFramework with CMake
- Open