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

Does not work on iOS, SWIFT_VERSION #4

Open
liuyuejiang opened this issue Mar 29, 2019 · 3 comments
Open

Does not work on iOS, SWIFT_VERSION #4

liuyuejiang opened this issue Mar 29, 2019 · 3 comments

Comments

@liuyuejiang
Copy link

  • clipboard_manager 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.
@JiweiMaster
Copy link

set you swift language in xcode build setting

@dudenk
Copy link

dudenk commented Jun 19, 2019

i have same issue, i just add

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['SWIFT_VERSION'] = '4.2'
    end
  end
end

but still erro.

@ashamp
Copy link

ashamp commented Sep 24, 2019

i have same issue, i just add

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['SWIFT_VERSION'] = '4.2'
    end
  end
end

but still erro.

ko2ic/image_downloader#9 (comment)

i use this solution, the problem sovled

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

4 participants