From Xcode 16, a warning appears for all our framework targets: `tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing` When moving the run script (added with "preBuildScripts") AFTER the Headers phase, the warning disappears. <img width="921" alt="Capture d’écran 2024-09-25 à 19 16 15" src="https://github.com/user-attachments/assets/19f68a05-0469-42fd-946b-4b664b87adb0">