libimobiledevice icon indicating copy to clipboard operation
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"

Open kennethlwk opened this issue 2 years ago • 1 comments

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?

Screenshot 2023-10-05 at 18 12 55

kennethlwk avatar Oct 05 '23 16:10 kennethlwk

same

dgotrik avatar Jun 19 '24 19:06 dgotrik