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

Ensure build scripts are compiled before execution for Xcode 15 compa… #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Hzao
Copy link

@Hzao Hzao commented Mar 8, 2024

...tibility.

This commit updates the build scripts to compile PropertyListModifier.swift into executable before running. This change addresses the issue(#17) introduced in Xcode 15, where running Swift scripts directly can lead to errors due to the updated execution environment handling, which hasn't been solved by Apple yet. By compiling Swift scripts first, we ensure compatibility with Xcode 15 and later versions, while also reducing potential environmental discrepancies.

There might be a slight increase in compilation time during the build phase, approximately by a few hundred milliseconds.

…tibility

This commit updates the build scripts to compile PropertyListModifier.swift into executables before running them. This change addresses the issue(trilemma-dev#17) introduced in Xcode 15, where running Swift scripts directly can lead to errors due to the updated execution environment handling. By compiling Swift scripts first, we ensure compatibility with Xcode 15 and later versions, while also reducing potential environmental discrepancies.
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.

None yet

1 participant