I’m not using this app as well. Maybe open some Call for testing issue on app github repo where are more users capable of testing this.
@uncore after running cmake . and make install I’m getting the error below. I’d be happy to help you test this but could you give me a hand on how to compile it? Also, before this I was getting an error saying that printf was not defined, which I solved by adding cstdio to the imports, but I do not know the imobiledevice library so I wouldn’t know where to start looking for what I could change the idevice_strerror to.
Consolidate compiler generated dependencies of target flatpak-libimobiledevice
[ 50%] Building CXX object CMakeFiles/flatpak-libimobiledevice.dir/main.cpp.o
~/git/flatpak-libimobiledevice/main.cpp: In function ‘int main()’:
~/git/flatpak-libimobiledevice/main.cpp:40:58: error: ‘idevice_strerror’ was not declared in this scope; did you mean ‘idevice_error_t’?
40 | printf(“Failed to subscribe to device events: %s\n”, idevice_strerror(res));
| ^~~~~~~~~~~~~~~~
| idevice_error_t
make[2]: *** [CMakeFiles/flatpak-libimobiledevice.dir/build.make:76: CMakeFiles/flatpak-libimobiledevice.dir/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/flatpak-libimobiledevice.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
(edit: fix typo)