我正在尝试使用Xcode 6.2将iOS应用程序的开发版本安装到我的iPod触摸上(运行iOS 8.2)。安装一直与消息失败。
应用程序分批失败 包是未知的。
控制台报告以下详细信息:
Mar 27 12:53:52 iPod-touch com.apple.StreamingUnzipService[164] <Warning>: -[StreamingUnzipState finishStream]:476: Finishing an incomplete stream! This stream will not be resumable.
Mar 27 12:53:52 iPod-touch streaming_zip_conduit[163] <Warning>: __dispatch_source_read_socket_block_invoke_2:171: Failed to finish extraction: Error Domain=SZExtractorErrorDomain Code=3 "Finishing an incomplete stream! This stream will not be resumable." UserInfo=0x17e33b50 {SZExtractorFunctionNameErrorKey=-[StreamingUnzipState finishStream], SZExtractorSourceFileLineErrorKey=476, NSLocalizedDescription=Finishing an incomplete stream! This stream will not be resumable.}
Mar 27 12:53:52 iPod-touch streaming_zip_conduit[163] <Warning>: secure_send_message:105: Got error 1 from lockdown_send_message
Mar 27 12:53:52 iPod-touch streaming_zip_conduit[163] <Warning>: secure_send_error:137: Could not send error response to host这些消息似乎意味着IPA文件以某种方式损坏,无法提取,但我在我的Mac上使用Archive实用程序解压缩IPA没有问题。
我也已经运行了codesign -dvvv on Payload/<my-app-name>.app,并且没有发现用于签署应用程序的证书有任何明显的问题。
此错误消息指出了什么,以及如何解决该问题?
注意事项
我已经找到了这个similar question,但是目前唯一的answer对我没有帮助。由于我有一些可能不适用于上一个问题的可能相关的细节,所以我提出了一个新的问题。
发布于 2015-04-20 16:20:54
因此,我得到了这个准确的错误,我尝试切换USB端口(从设备插入我的键盘上的USB端口到我的笔记本电脑上的USB端口),现在它工作了。
https://stackoverflow.com/questions/29306996
复制相似问题