Closed hrundeel closed 2 years ago
Thanks, Added to API, pull latest dev, all should work now
Thanks, but this don't help. Building is ok (without any errors/warnings now), but after uploading .fap to "Sd Card/Misc" and trying to run - it not work with message "Error Load failed. Found unsatisfied imports". Don't know how to do.
Thanks, but this don't help. Building is ok (without any errors/warnings now), but after uploading .fap to "Sd Card/Misc" and trying to run - it not work with message "Error Load failed. Found unsatisfied imports". Don't know how to do.
Do you know that you need to actually build and flash firmware from our dev branch? not just compile app and throw it on old release that doesn’t have that functions?
Run this with flipper connected ./fbt COMPACT=1 DEBUG=0 FORCE=1 flash_usb
And after that, try launching your app
Do you know that you need to actually build and flash firmware from our dev branch? not just compile app and throw it on old release that doesn’t have that functions?
Shure. Deleted dist/build and build again. .fap build ok, but not working with this error.
Do you know that you need to actually build and flash firmware from our dev branch? not just compile app and throw it on old release that doesn’t have that functions?
Shure. Deleted dist/build and build again. .fap build ok, but not working with his error.
You need to flash that firmware from dist, not just build it
Use command for fbt that I suggested
Run this with flipper connected
./fbt COMPACT=1 DEBUG=0 FORCE=1 flash_usb
And after that, try launching your app
Thanks! Now it's helped. I'm updating from qFlipper before.
Describe the bug.
While I try to build my fap (applications/plugins) it returns error: "app won't run. Unresolved symbols: {'value_index_uint32', 'value_index_float'}". And app don't work.
If I build my own app on apllications/main - all ok. If I copy this functions direct to my source - it's seems all ok.
Don't know how it fix for myself for flawless build.
Reproduction
Target
Fix the problem to build correctly.
Logs
No response
Anything else?
No response