I
Immich2y ago
ddshd

Unable to start simulator with latest code in `main`

I'm getting the following error when trying to start the simulator with flutter on VSCode:
Error (Xcode): openapi/lib/model/add_users_dto.dart:23:5: Error: The getter '_deepEquality' isn't defined for the class 'AddUsersDto'.
add_users_dto.dart:23
Could not build the application for the simulator.
Error launching application on iPhone 14 Pro.
Error (Xcode): openapi/lib/model/add_users_dto.dart:23:5: Error: The getter '_deepEquality' isn't defined for the class 'AddUsersDto'.
add_users_dto.dart:23
Could not build the application for the simulator.
Error launching application on iPhone 14 Pro.
I've ran flutter pub get already. Not sure if it's something I'm doing wrong
4 Replies
Alex Tran
Alex Tran2y ago
Just pushed a fixed into main
ddshd
ddshdOP2y ago
Oops Lol
Alex Tran
Alex Tran2y ago
you can pull it and run again
ddshd
ddshdOP2y ago
Thanks

Did you find this page helpful?