qt_no_ffmpeg_xcode_embed_프레임워크_코드_사인온__COPY_COPY
iOS에서 FFmpeg 코드 서명을 비활성화합니다.
FFmpeg 바이너리를 iOS 애플리케이션 번들에 임베드할 때 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.