-
-
Notifications
You must be signed in to change notification settings - Fork 873
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels