-
Notifications
You must be signed in to change notification settings - Fork 120
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
Failed Build Swift Language Version #11
Comments
I solved it by following the instructions in this StackOverflow answer. (I used
|
Made the additions to Podfile as per Duncan Jones above but build still fails on ios with this error:
|
I solved the problem by following steps:
|
Here is the error:
Xcode's output: ↳ The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. Supported values are: 3.0, 4.0, 4.2. This setting can be set in the build settings editor.
This would be helpful if this is fixed fast thanks
The text was updated successfully, but these errors were encountered: