Skip to content

XCode 9 and Bolts compile error #1193

@rogerhu

Description

@rogerhu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions