Skip to content
New issue

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

Missing argument for parameter 'propagationErrors' in call #1352

Closed
JohannesNevels opened this issue Nov 19, 2019 · 3 comments · Fixed by #1353
Closed

Missing argument for parameter 'propagationErrors' in call #1352

JohannesNevels opened this issue Nov 19, 2019 · 3 comments · Fixed by #1353

Comments

@JohannesNevels
Copy link

JohannesNevels commented Nov 19, 2019

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.

Schermafbeelding 2019-11-19 om 14 46 05

Schermafbeelding 2019-11-19 om 14 50 27

Schermafbeelding 2019-11-19 om 14 50 33

Reproduce

Xcode 10.3

Podfile

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
pod 'Kingfisher', '~> 5.0'
@onevcat
Copy link
Owner

onevcat commented Nov 19, 2019

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.

@onevcat
Copy link
Owner

onevcat commented Nov 19, 2019

Should be fixed in 5.10.1.

@JohannesNevels
Copy link
Author

I can confirm this, thnx! 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants