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

Can this support macOS 10.10+ ? #9

Closed
onmyway133 opened this issue Apr 23, 2019 · 3 comments
Closed

Can this support macOS 10.10+ ? #9

onmyway133 opened this issue Apr 23, 2019 · 3 comments

Comments

@onmyway133
Copy link
Contributor

I see in Package.swift https://github.com/thii/xcbeautify/blob/master/Package.swift#L6 we specify macOS 10.14+? Can you lower the deployment target?

@thii
Copy link
Contributor

thii commented Apr 24, 2019

Please use version 0.3.8. The latest version now uses Swift 5 (Xcode 10.2) that requires Mojave 10.14.3+ to build.

@thii
Copy link
Contributor

thii commented Apr 24, 2019

Linking standard library statically has been removed in Swift 5 compiler, so even if I lower the deployment target, the program would still crash at runtime.

@onmyway133
Copy link
Contributor Author

@thii thanks, then I need to go with 10.14 for now

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

No branches or pull requests

2 participants