Closed michaelaflores closed 9 months ago
Try updating to the latest version of the package
Confirmed user error: when adding the dependency I added the release version instead of tracking main
(possibly a mis-step from being used to web dependencies). Updating to main fixed it. Thanks @JamesSedlacek 👍🏼
When adding the ExampleRoute enum, Xcode displays the following errors:
Non-class type 'ExampleRoute' cannot conform to class protocol 'ObservableObject'
Non-class type 'ExampleRoute' cannot conform to class protocol 'Routable'
Code, replacing the views with simple views: