Inconsistency between zeus-cli and VS Code #219
kartun83
started this conversation in
Developer Feedback
Replies: 2 comments 2 replies
-
hi @kartun83 It would be helpful if you could provide a minimal project that reproduces the issue, so that we can troubleshoot the problem more effectively. |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is no watch with the deviceSource value |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I've a project in VS code and I'm able to build it with VSCode plug-in. But same project can't be built using zeus-cli.
Error message isn't clear and doesn't give any clues what should be fixed.
part from app.json
"targets": { "466x466-gtr-4": { "module": { "watchface": { "path": "watchface/index", "main": 1, "editable": 0, "lockscreen": 0, "photoscreen": 0 } }, "platforms": [ { "name": "gtr4", "deviceSource": 7930112 }, { "name": "gtr4-w", "deviceSource": 7930113 }, { "name": "Amazfit GTR 4 Limited Edition", "deviceSource": 7864576 }, { "name": "Amazfit GTR 4 Limited Edition", "deviceSource": 7864577 } ], "designWidth": 466 } },
Beta Was this translation helpful? Give feedback.
All reactions