lachlanbell / SwiftOTP

A Swift library for generating One Time Passwords (OTP)
MIT License
285 stars 59 forks source link

Compile error: Value of type 'UInt64' has no member 'data' #12

Closed onderweg closed 3 years ago

onderweg commented 5 years ago

Error while building in XCode 10.1:

/SwiftOTP/SwiftOTP/Generator.swift:53:32: Value of type 'UInt64' has no member 'data'

Maybe related to this change? https://github.com/lachlanbell/SwiftOTP/pull/3/commits/c4b0b67c1ffc9b3acd911c61f862792380b3fdf6

lachlanbell commented 5 years ago

Hi, I'm having trouble reproducing this error. The data property should be provided by this extension. Would you mind cleaning your build folder (CMD + Shift + K) and try to rebuild?

onderweg commented 5 years ago

Hi, same issue after clean and rebuild, will try again.