We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It will not compile and it's giving the error 'Missing argument for parameter 'propagationErrors' in call' as shown in the attachment.
Xcode 10.3
Podfile
source 'https://github.com/CocoaPods/Specs.git' platform :ios, '10.0' pod 'Kingfisher', '~> 5.0'
The text was updated successfully, but these errors were encountered:
Seems that Xcode 10 (and Swift 5.0) does not generate memberwise initializer correctly for a pre-set variable. I will give it a fix soon.
Sorry, something went wrong.
Should be fixed in 5.10.1.
I can confirm this, thnx! 🥇
Successfully merging a pull request may close this issue.
Issue Description
What
It will not compile and it's giving the error 'Missing argument for parameter 'propagationErrors' in call' as shown in the attachment.
Reproduce
Xcode 10.3
Podfile
The text was updated successfully, but these errors were encountered: