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

When targeting macOS, v0.19.0 Requires macOS 14 #231

Closed
STREGA opened this issue Jan 25, 2024 · 1 comment
Closed

When targeting macOS, v0.19.0 Requires macOS 14 #231

STREGA opened this issue Jan 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@STREGA
Copy link
Member

STREGA commented Jan 25, 2024

Due to JavascriptEventLoop changes, projects that target both WASI and macOS now require macOS 14.

This is a problem because Xcode does not respect SPM target conditionals, so JavaScriptKit is always built when a project supports macOS and has JavaScriptKit as a dependency.

Stubs for the JavascriptEventLoop changes will need to be added to allow macOS builds that target ABI earlier then macOS 14.

@STREGA STREGA added the bug Something isn't working label Jan 25, 2024
@STREGA
Copy link
Member Author

STREGA commented Mar 3, 2024

This issue was fixed by #232

@STREGA STREGA closed this as completed Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant