I get the following errors when building my application:
In Token.swift:
Static let 'defaultIssuer' is internal and cannot be referenced from a default argument value
Static let 'defaultName' is internal and cannot be referenced from a default argument value
I have added OneTimePassword with cocoapods and my application uses Swift4.
I get the following errors when building my application:
In Token.swift:
Static let 'defaultIssuer' is internal and cannot be referenced from a default argument value
Static let 'defaultName' is internal and cannot be referenced from a default argument value
I have added OneTimePassword with cocoapods and my application uses Swift4.