I am using XCode 10. In some places, I am gettings the error "Contextual closure type ‘(String) throws → Bool’ expects 1 argument, but 2 were used in closure body. Specifically, when filtering the web responses in ActivityController.swift.
pod 'RxSwift', '~> 4.0'
pod 'RxCocoa', '~> 4.0'
pod 'Kingfisher', '4.9.0'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.0'
end
end
end