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

swift version of playground framework mismatch #2

Open
yangfengzzz opened this issue Oct 9, 2021 · 1 comment
Open

swift version of playground framework mismatch #2

yangfengzzz opened this issue Oct 9, 2021 · 1 comment

Comments

@yangfengzzz
Copy link

Swift in my Xcode is 5.4 but your framework provide is compiled by 5.1. The project can't launch properly.

@JustinFincher
Copy link
Owner

Hi @yangfengzzz that is expected since newer Xcode will pack newer Swift runtime & toolchains which might not be compatible with the one I was using when submitting the project. Currently, I can think of two ways to get around this. One is if you have an iPad, just install Swift Playground and use the playgroundbook file. Another is to manually change the Xcode project to use 5.4, please refer to https://medium.com/xcblog/switching-swift-versions-inside-xcode-using-toolchains-755b28831c43 for a guide. Thanks!

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