-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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't run hello-world Flutter app in Simulator: “Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. #13422
Comments
Xcode Version 8.3.3 (8E3004b) |
For anyone struggling to work around this, if you open up the Runner project in the ios folder in Xcode, under "Build Settings" you can set "Use Legacy Swift Language Version" to "Yes" and then you should be able to run the app. This link should help: https://stackoverflow.com/questions/41118912/use-legacy-swift-language-version-xcode-8-2 |
Anyone know how to fix it on Xcode 9.3.1? |
@madd86 have you tried |
I can verify that running |
@passsy Swift introduces quite some application size penalty. I think this is why it isn't the default. |
=== BUILD TARGET signalr_plugin OF PROJECT Pods WITH CONFIGURATION Debug === |
This should be fixed. See summary in #16049 (comment). Let us know if there is more to track here and we'll re-open. |
This comment has been minimized.
This comment has been minimized.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Steps to Reproduce
Logs
Flutter Doctor
The text was updated successfully, but these errors were encountered: