libimobiledevice
libimobiledevice copied to clipboard
"idevicesyslog -d -p my-application" stop working on app build with xcode 15, reported error "idevice.c:709 idevice_connection_receive_timeout(): SSL_read 1, received 1"
Previously, when I executed the command idevicesyslog -d -p my-application and then started the my-application.app (built with xcode 14) on the phone, then I can see it only displays all the my-application traces (Wanted behavior). But now when I execute the same command, and start the app build with xcode15, I only see idevice.c:709 idevice_connection_receive_timeout(): SSL_read 1, received 1. But when I am only running idevicesyslog parameter, I still can see the my-application process in the log. I wonder has anyone observed issues like this before?
same