SwiftUI-Networking
SwiftUI-Networking copied to clipboard
not run
Xcode Version 11.0 (11A420a) two error Unknown @ObjectBinding Use of undeclared type 'BindableObject'
Xcode version 11.1 also not building.
To fix the build errors: In UnsplashStore line 12 BindableObject needs to be changed to ObservableObject. In ContentView, line 12, ObjectBinding needs to be changed to ObservedObject.
Then it builds, but nothing works still. Just a black screen.
I hope this helps someone to fix this resources.