You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
@flovilmart
The text was updated successfully, but these errors were encountered: