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
Getting an error in the init for the Manager class. The how do you pass the config to the Helper method?
EllipticCurveKeyPair.swift:99:42: Argument passed to call that takes no arguments self.helper = Helper(config: config)
self.helper = Helper(config: config)
The text was updated successfully, but these errors were encountered:
I just checked and this error appears in both the Mac and iOS demo projects.
Sorry, something went wrong.
I got the same issue and it was fixed adding this code into the Helper struct
public init(config: Config) { self.config = config }
No branches or pull requests
Getting an error in the init for the Manager class. The how do you pass the config to the Helper method?
EllipticCurveKeyPair.swift:99:42: Argument passed to call that takes no arguments
self.helper = Helper(config: config)
The text was updated successfully, but these errors were encountered: