Skip to content

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.

1 participant