Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Xcode 14 build fail: Added $(PROJECT_DIR)/default_templates.zip as output path for the build script that generates default_templates.zip #663

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

romantylets-verint
Copy link

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 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).

… as output path for the build script that generates default_templates.zip
@tomaz
Copy link
Owner

tomaz commented Feb 4, 2023

Is this backwards compatible for older Xcode versions?

@tomaz
Copy link
Owner

tomaz commented Apr 18, 2023

Changes seem fine, but again - is this compatible with older Xcode versions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants