Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.2.0 Beta1
-
None
Description
The build system currently adds bitcode compile and link flags on the PlatformCommonInternal target, with the intention that the flags are only added when building Qt itself, so Qt modules, plugins, etc.
For user projects, it's up to the Xcode setting of ENABLE_BITCODE whether user project code should build with bitcode or not.
Currently the internal flags spill out and get forcefully added to user projects, effectively forcing bitcode to always be on for user projects.
The same happens with the -fapplication-extension flags is static build of iOS and macOS.
Attachments
Issue Links
- relates to
-
QTBUG-95208 Linker error regarding bitcode when linking CMake app targeting iOS
- Closed