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
Uh oh!
There was an error while loading. Please reload this page.
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: