alejandro-piguave / TinderCloneSwiftUI

Tinder clone application written using SwiftUI, Firebase, Swift Package Manager and iOS 15 features.
MIT License
89 stars 26 forks source link

Please help: Value of type 'Date' has no member 'years' #2

Closed devhopes-ca closed 1 year ago

devhopes-ca commented 1 year ago

I am using Xcode 14.1, iOS 16 and recreating your project.

In your file, FirestoreUser.swift, there is an issue with the return of age:

var age: Int{ return Date().years(from: birthDate) }

I am getting this error :: Value of type 'Date' has no member 'years'

Please advise.. Thank you,

devhopes-ca commented 1 year ago

.