-
Notifications
You must be signed in to change notification settings - Fork 444
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
ENS initializer is inaccessible due to internal
protection level
#171
Comments
@barrasso hi. Please, use master branch. Think I've fixed it |
@BaldyAsh Just switched back to master I'm getting an unresolved error: I see the code is added to the repo on Github, but the ENS.swift files aren't included in my Pod project within Xcode. |
@barrasso yes, strange problem. Folder exists and I added its paths to podspec, but it's missing in pod. I will publish new version with utils files in different folder tomorrow |
Works with new update :) #179 Using:
|
I am unable to use ENS.swift due to access control issues.
Sample code to reproduce error:
Error:
I attempted to fix this by adding a
public
access modifier to the ENSinit?(web3: web3)
method. Then I was able to initialize ENS, but still ran into access control errors.Sample code to reproduce error:
Error:
2.2.0
branchThe text was updated successfully, but these errors were encountered: