There is a link command in other linker flags in project (-sectcreate __ZIP __templates default_templates.zip).
That requires file default_templates.zip to be presented before script phases are performed.
So you should show for Xcode that some output file will be generated by script (so you should add the filename into Output files script section).
The build fails on Xcode 14 because:
There is a link command in other linker flags in project (
-sectcreate __ZIP __templates default_templates.zip
). That requires filedefault_templates.zip
to be presented before script phases are performed. So you should show for Xcode that some output file will be generated by script (so you should add the filename into Output files script section).