You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But there is additional phase between prebuild scripts and headers: copyFilesBuildPhasesFiles. Does anyone know if that could also go after headersBuildPhaseFiles?
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.
The text was updated successfully, but these errors were encountered: