Rishabh Moharir

Results 138 comments of Rishabh Moharir

Hi @phoe it seems to be a Flutter issue. I use an older version of Flet in this build `flet==0.19.0` so that may be the cause.

Please check the latest release if this issue is solved - https://github.com/redromnon/iBackep/releases/tag/v2.0.3

Hi, I've built the binary on my Pop OS 22.04 LTS machine which has glibc version 2.35. I'm aware this will cause issues for users using a distro with an...

`zenity` is included in the app (for native folder picker dialog) because Flet uses `libmpv.so.1` which is incompatible with most systems. Also, `zenity` is useful for simple dialogs and not...

> Strange, as baseline pymobiledevice3 CLI seems to just work on my setup... I don't think it's a pymobobiledevice3 issue. It's a pyinstaller problem, particularly the way it handles app...

I think you're using a newer version of Flet. I've used the older Flet v0.19.0. I'll need to refactor and consider the various new Flet changes in the future.

I believe you have to modify the spec file, as mentioned here: https://github.com/python-zeroconf/python-zeroconf/issues/1385

Hi @ierotheo, you could consider running the executable from the terminal `./ibackep` and check for any errors during the backup process.