SwiftUI-Networking icon indicating copy to clipboard operation
SwiftUI-Networking copied to clipboard

not run

Open maxwell44 opened this issue 5 years ago • 1 comments

Xcode Version 11.0 (11A420a) two error Unknown @ObjectBinding Use of undeclared type 'BindableObject'

maxwell44 avatar Sep 30 '19 01:09 maxwell44

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.

ryanoff avatar Nov 06 '19 05:11 ryanoff