raulperez
raulperez
Any news on this? Did somebody find a solution for this issue?
Yes: pyinstaller --onefile --noconfirm --console --clean --log-level=WARN --bootloader-ignore-signals --key=MySuperSecretPassword --strip tmp/uart-tx-rx-tester.py And still see this kind of messages randomly: ➜ dist git:(dev) ✗ ./uart-tx-rx-tester --port /dev/cu.usbserial-FT4Y3OGC --file-name test.json ^CTraceback (most...
I have used a section of linker file that I added at a specified memory location in flash where I set a version number for bootloader. Then I read that...
Any news on this? I have also this problem.
We were working around why SDURLCache won't work and the real problem it's that SDURLCache doesn't create the disk. Here is the code: ``` NSString *cachePath = [SDURLCache defaultCachePath]; SDURLCache...
> EDIT: I think there are some better approaches that have been posted more recently - make sure you check out all of the alternative approaches to see what suits...