qt_noo_ffmpeg_xcode_embed_frameworks_code_sign_on_COPY

在 iOS 上禁用 FFmpeg 代码签名。

在 iOS 应用程序捆绑包中嵌入 FFmpeg 二进制文件时,qt6_add_ios_ffmpeg_libraries()命令也会默认启用这些二进制文件的代码签名。要避免这种情况,请使用变量QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY

set(QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY ON)

注意: 此变量为技术预览版,在未来版本中可能会更改。

此变量在 Qt 6.8 中引入。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.