Skip to content

XCode 9 and Bolts compile error #1193

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

Closed
rogerhu opened this issue Sep 26, 2017 · 2 comments
Closed

XCode 9 and Bolts compile error #1193

rogerhu opened this issue Sep 26, 2017 · 2 comments

Comments

@rogerhu
Copy link

rogerhu commented Sep 26, 2017

PR https://github.com/BoltsFramework/Bolts-Swift/pull/62/files fixes issues with XCode 9.

The current workaround is to force Pods dependencies including Parse to Swift 3.2:

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

@flovilmart

@flovilmart
Copy link
Contributor

@rogerhu this should be fixed with the latest versions of the SDK. please reopen the issue if it persists

@rogerhu
Copy link
Author

rogerhu commented Jan 23, 2018

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