You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran cargo playdate new crates/demo and then cargo playdate run -p demo --device -vvv.
I got the following error. It didn't show up the first time I ran it without -vvv.
Error Pdc exited with error, code: 1
stdout: ""
stderr: "error: Metadata bundle ID not in reverse DNS format (ex: com.panic.b360)\n"
Error Pdc stderr:
error: Metadata bundle ID not in reverse DNS format (ex: com.panic.b360)
I ran
cargo playdate new crates/demo
and thencargo playdate run -p demo --device -vvv
.I got the following error. It didn't show up the first time I ran it without
-vvv
.Cargo.toml
contains:I changed this to
bundle-id = "com.demo.demo"
and no longer got the error.The text was updated successfully, but these errors were encountered: