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

Run Pod Install Failed #4

Closed
quangphananh opened this issue Jan 13, 2020 · 3 comments
Closed

Run Pod Install Failed #4

quangphananh opened this issue Jan 13, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@quangphananh
Copy link

When I Run Pod Install the following issue: (use latest version 0.3.4+1)

  • flutter_device_locale does not specify a Swift version and none of the targets (Runner) integrating it have the SWIFT_VERSION attribute set. Please contact the author or set the SWIFT_VERSION attribute in at least one of the targets that integrate this pod.
@harimayco
Copy link

I have the same problem, is there any fix for this?

@bratan
Copy link
Member

bratan commented Feb 17, 2020

There are some issues with Flutter plugins using Swift, basically additional steps need to be taken when using them.

In the next couple of days I`m going to replace the Swift code with Objective-C and the issue will be fixed.

@bratan bratan self-assigned this Feb 17, 2020
@bratan bratan added the bug Something isn't working label Feb 17, 2020
achernoprudov added a commit to achernoprudov/flutter_device_locale that referenced this issue Mar 2, 2020
achernoprudov added a commit to achernoprudov/flutter_device_locale that referenced this issue Mar 2, 2020
achernoprudov added a commit to achernoprudov/flutter_device_locale that referenced this issue Mar 2, 2020
Add swift version to pod spec. Issue Jesway#4
bratan pushed a commit that referenced this issue Mar 25, 2020
@achernoprudov
Copy link
Contributor

Workaround: set the Swift version by including ENV['SWIFT_VERSION'] = '5' at the top of your Podfile.

@bratan bratan closed this as completed Apr 2, 2020
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

4 participants