QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY
Disables FFmpeg code-signing on iOS.
When you embed FFmpeg binaries into an iOS application bundle, the qt6_add_ios_ffmpeg_libraries() command also enables code-signing of those binaries by default. To avoid this, use the variable QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY
:
set(QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY ON)
Note: This variable is in technology preview and may change in future releases.
This variable was introduced in Qt 6.8.