realm-dart
realm-dart copied to clipboard
Prevent 'will be run during every build' warnings.
Problem
When Flutter application is build, there are multiple warnings in essence of: Run script build phase '[CP-User] Download Realm Flutter macOS Binaries' will be run during every build because it does not specify any outputs.
Solution
It would be great is these wouldn't appear, because it is mental overhead to check what warnings were thrown.
Alternatives
No response
How important is this improvement for you?
Would be a major improvement
Feature would mainly be used with
Local Database only
Thanks for reporting. We will try hiding these in the future releases.