bmcmahen / julienne-swift

An iOS port of Julienne.app, built with SwiftUI and Firebase
51 stars 14 forks source link

Getting the following error: Use of undeclared type 'BindableObject' #5

Open famictech2000 opened 4 years ago

famictech2000 commented 4 years ago

Not sure why that is?!

Kuhlemann commented 4 years ago

BindableObject has been changed to ObservableObject (this Julienne-project isn't up to date). Additionally you should clean your code (CMD + SHIFT + K in XCode) afterwards.