Comment 7 for bug 1623666

Revision history for this message
Sam Gleske (sam-mxracer) wrote : Re: iOS10 will not connect to Ubuntu

The libimobiledevice package for Ubuntu was built with --disable-openssl which forces GnuTLS. GnuTLS does not work with the recent iOS10 update.

Solution: rebuild the package so that it links against OpenSSL again. This will resolve issues connecting to iOS 10 devices.

I tested the latest development version of GnuTLS (@ commit 1e84b90feed97ee458b7113665300e6bc444798f of master HEAD) and it does not work with iOS 10 devices.

Upstream issue reference: https://github.com/libimobiledevice/ifuse/issues/32