Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.0
-
None
-
-
4e4e9c596 (dev), d86ad9b53 (6.8)
Description
inside the qt6_add_ios_ffmpeg_libraries Cmake function, used to deploy FFmpeg dylibs in the iOS bundle, it's using the APPEND variant of set_property() on the XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY which is NOT a list but a boolean flag, so it changed its type or something, but in the end, the codesign feature is completely broken on iOS and the libs are NOT signed.
Removing the APPEND and using normal set_property mode works.
Attachments
For Gerrit Dashboard: QTBUG-130488 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
599454,2 | CMake: Fix assignment of XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY | dev | qt/qtmultimedia | Status: MERGED | +2 | 0 |
599559,2 | CMake: Fix assignment of XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY | 6.8 | qt/qtmultimedia | Status: MERGED | +2 | 0 |