Skip to content
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

cargo playdate new generates invalid bundle ID #396

Closed
paulyoung opened this issue Jun 28, 2024 · 0 comments · Fixed by #407
Closed

cargo playdate new generates invalid bundle ID #396

paulyoung opened this issue Jun 28, 2024 · 0 comments · Fixed by #407
Labels
bug Something isn't working cargo About cargo or cargo-playdate manifest Package manifest -related things

Comments

@paulyoung
Copy link
Contributor

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)

Cargo.toml contains:

[package.metadata.playdate]
bundle-id = "com.demo"

I changed this to bundle-id = "com.demo.demo" and no longer got the error.

@boozook boozook moved this to Todo in Playdate Development Jun 29, 2024
@boozook boozook added bug Something isn't working cargo About cargo or cargo-playdate manifest Package manifest -related things labels Jul 1, 2024
@boozook boozook moved this from Todo to 🏗 In progress in Playdate Development Jul 16, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to Done in Playdate Development Jul 17, 2024
@boozook boozook linked a pull request Jul 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cargo About cargo or cargo-playdate manifest Package manifest -related things
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants