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

Demo Project Error #43

Open
SerialForBreakfast opened this issue May 4, 2019 · 2 comments
Open

Demo Project Error #43

SerialForBreakfast opened this issue May 4, 2019 · 2 comments

Comments

@SerialForBreakfast
Copy link

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)

@SerialForBreakfast
Copy link
Author

I just checked and this error appears in both the Mac and iOS demo projects.

@westrada
Copy link

I got the same issue and it was fixed adding this code into the Helper struct

public init(config: Config) { self.config = config }

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

No branches or pull requests

2 participants