Xcode iPhone“缺少摘要”

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/24437852/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 05:08:10  来源:igfitidea点击:

Xcode iPhone "digest is missing"

iosiphonexcodedevelopment-environmentorganizer

提问by B-Man

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

iPhone 4S 的 xcode 管理器中的“摘要丢失”。

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.

我之前使用 iPhone 进行测试/开发没有问题,我的另一部 iPhone 工作得很好......我格式化了 MacBook Pro,其他一切都正常。

See image:digest is missing

见图片:缺少摘要

回答by B-Man

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

断开手机/USB 与 Mac 的连接并重新连接,重新启动 Xcode,它就可以工作了。

回答by Stephen Darlington

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 maybe related to iTunes finishing syncing or Aperture finishing downloading videos from my iPhone, but that's just a guess.

可能与 iTunes 完成同步或 Aperture 完成从我的 iPhone 下载视频有关,但这只是一个猜测。

回答by Maxim Kholyavkin

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

MobileDevice.framework版本不兼容时可能会发生这种情况。(它最近发生在测试版 Xcode 中)。

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.

尝试安装以前(稳定?)版本的框架。如何安装其他版本:这里