32

"The digest is missing" in xcode organizer for iPhone 4S.

Anybody knows what this means?

I have used the iPhone for testing/development before without problems, and my other iPhone is working just fine... I formatted the MacBook Pro, and everything else is working fine.

See image:digest is missing

Community
  • 1
  • 1
B-Man
  • 2,209
  • 3
  • 22
  • 35
  • 2
    Saw this message today for the first time as well. After replugging the phone it worked again. – hashier Jun 27 '14 at 14:10
  • 1
    Disconnecting the phone and plugging it in again also worked for me. – psobko Jun 27 '14 at 16:43
  • Yeah, somehow it worked today, I dont know what I did, but most probably reconnecting it did the job. thanks. – B-Man Jun 27 '14 at 17:33

3 Answers3

74

Disconnect the phone/USB from your Mac and reconnected it, restarted Xcode and it worked.

Matt H
  • 6,422
  • 2
  • 28
  • 32
B-Man
  • 2,209
  • 3
  • 22
  • 35
  • Wow this worked XD Thanks! I was worried for a minute that i'd have to restore my device.. – Eytan Schulman Jul 01 '14 at 15:45
  • Yeah, i know what you mean... got me some sweat on! – B-Man Jul 01 '14 at 19:04
  • 6
    I not even had to restart Xcode. Just reconnecting the device worked. Btw, an iPad. – Gonzo Jul 01 '14 at 20:42
  • 2
    This happened to me when plugging in a device with no battery charge. Unplug/replug worked fine without restarting Xcode. – Brian Broom Aug 27 '14 at 16:22
  • Thats a good point... i think the phone was uncharged when i plugged it in the first time while xcode was open... Good point :) – B-Man Aug 27 '14 at 21:06
  • 1
    A replug worked for me too. Specifically: (1) Unplug device; (2) Quit Xcode; (3) Launch Xcode; (4) Show Organiser; (5) Replug device. I suspect that this happened for me because this device had not, previously, seen this Mac before. For this reason I had had to 'Trust' it. Perhaps this leaves Xcode, the connection or the device in a muddled state. – Quintin Willison Sep 18 '14 at 12:13
  • 1
    Worked for me too. Thank you. "Turn it off and on again" - where would we be without stackoverflow?! :) – kris Nov 14 '14 at 00:44
2

I've no reason to doubt the accepted answer, but I thought I'd mention that for me the error message just went away after a while.

This may be related to iTunes finishing syncing or Aperture finishing downloading videos from my iPhone, but that's just a guess.

Stephen Darlington
  • 51,577
  • 12
  • 107
  • 152
0

It could happen while incompatible MobileDevice.framework version. (it happens with beta versions Xcode most recently).

To see which version installed use command:

plutil -p /System/Library/PrivateFrameworks/MobileDevice.framework/Resources/Info.plist | grep CFBundleVersion

Try to install previous (stable?) version of framework. How to install other version: here.

Community
  • 1
  • 1
Maxim Kholyavkin
  • 4,463
  • 2
  • 37
  • 82