i have a last firmware and pebble app, i create a litte pebble app. i try to upload that app pbw, but i see that error error while sideloading app, any help
I faced similar problem when i try to side-load my app after some amendment to my code.
I failed to side-load the my previous verision code that i knew that i had done successfully before.
anyone else faced the same issue? i won’t want to publish my code to app store without testing it myself.
The PBW targets the watch that you’re trying to sideload onto, right?
Hi Flynn,
Yes, in fact. all the watches are included.
Thanks for the prompt response.
I solved the problem by removing all other older Pebble support from my code.
The reason that i got this issue was due to adding touch control to my code.
Now it’s for Emery only.
Huh. That’s a bug in the SDK itself then. It should just refuse to build with undefined symbols, I’m fairly certain. But also if you want to still support older watches you can wrap the touch handler code in #ifdef blocks
Thanks for the advise.
btw i compile it on Cloudpebble.
I code in python alot and abit of C#.
This app was vibe coded with Claude.
so maybe i will stick to Emery for now.
Maybe that is the reason why one of the older watch user. asked for my source code.
He having problem with the GPS fixing after installing from app store.
Hope that he is able to solve since Pebble Time 2 is is the only watch that i have.
Actually I think I was mistaken, IMO they should give a build error but current behaviour is that it doesn’t throw an error when using unsupported APIs