Unable to install iOS app after updating to Xcode 8.0 and ITunes 12.5.1

I found a way!

It seems that we need to update ios-webkit-debug-proxy to ver1.7.

Also maybe we need to update libimobiledevice.

So what we have to do is,

  1. brew uninstall ios-webkit-debug-proxy && brew install ios-webkit-debug-proxy
  2. brew uninstall libimobiledevice && brew install --HEAD libimobiledevice
3 Likes