-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dart run realm generate
stopped working and no error was reported
#1317
Comments
Hi @dotjon0! |
thank you @desistefanova. we have tried upgrading to flutter 3.10.4 and it made no difference. when we run
Thus the realm file generation fails. We had checked the referenced packages logger 1.2.0 and this is the current version. is the above error to do with realm i.e. does realm use logger 1.2.0? |
What if you run: |
[updated for others] I get the following and the .g auto generated files still fail to appear:
|
Yes, it is "generate". I edited my response above. |
No we did not have
|
Ahh, yes! |
Ah brilliant you can replicate. Thanks for confirming |
This error appears because of the
|
Ah yes I thought it was strange the |
Great! |
Thank you so much again @desistefanova |
dart run realm generate
stopped working and no error is reported
dart run realm generate
stopped working and no error is reporteddart run realm generate
stopped working and no error was reported
@desistefanova thank you for the steps to upgrade! |
on mac machine it didn't work. getting below response and nothing changes. -> Building package executable... |
@VikasAwate5 if you see the resolution steps above which resolved this (I had exactly the same issue, thus this issue) |
What happened?
The following command has stopped working...
dart run realm generate
Repro steps
When running
dart run realm generate
the below is outputted in the terminal, no errors are reported in the terminal and no.g
auto generated realm files are generated...We have tried
flutter pub clean cache
andflutter clean
and reinstalledflutter pub get
, with no luck.Version
realm 1.2.0, flutter 3.10.1
What Atlas Services are you using?
Both Atlas Device Sync and Atlas App Services
What type of application is this?
Flutter Application
Client OS and version
MacOS 13.3.1
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: