【发布时间】:2016-02-14 13:43:23
【问题描述】:
我的应用在模拟器中运行良好,但是当我尝试在我的 iPhone 上安装它时,它显示
应用安装失败:发生未知错误。
我打开了我的设备日志并得到了这个:
11 月 12 日 21:17:19 Isaacs-iPhone streaming_zip_conduit[5853] :LaunchServices:为现有占位符 Raritea.FSS-App 安装应用程序 在数据库中找不到> 11 月 12 日 21:17:19 Isaacs-iPhone streaming_zip_conduit[5853]:LaunchServices:没有为 Raritea.FSS-App 创建进度 在数据库中找不到>,因为它不是占位符。 11 月 12 日 21:17:19 Isaacs-iPhone installd[4549] : 0x16e1bb000 -[MIClientConnection installPath:withOptions:completion:]: 安装“/var/mobile/Media/PublicStaging/FSS App.app”类型开发人员(LSInstallType = ( null)) 由 streaming_zip_conduit (pid 5853) 请求 11 月 12 日 21:17:19 Isaacs-iPhone installd[4549] : 0x16e12f000 -[MIInstaller performInstallationWithError:]: 安装 11 月 12 日 21:17:20 Isaacs-iPhone 配置文件[4644]:(注)MC:配置文件已更改 11 月 12 日 21:17:20 Isaacs-iPhone 配置文件 [4644]:(注)MC:更新 MIS 信任... 11 月 12 日 21:17:20 Isaacs-iPhone 安全 [4588]:secTaskDiagnoseEntitlements 缺少钥匙串权利:未找到存储的 taskRef 11 月 12 日 21:17:20 Isaacs-iPhone 安全 [4588]:secTaskDiagnoseEntitlements 缺少钥匙串权利:未找到存储的 taskRef 11 月 12 日 21:17:20 Isaacs-iPhone installd[4549]:SecTrustEvaluate [leaf IssuerCommonName SubjectCommonName] 11 月 12 日 21:17:20 Isaacs-iPhone 配置文件[4644]:(注)MC:配置文件已更改 11 月 12 日 21:17:20 Isaacs-iPhone 配置文件 [4644]:(注)MC:更新 MIS 信任... 11 月 12 日 21:17:20 Isaacs-iPhone 已安装 [4549]:来自协同设计库的无法识别状态 -67049 11 月 12 日 21:17:20 Isaacs-iPhone installd[4549] : 0x16e12f000 +[MICodeSigningVerifier _validateSignatureAndCopyInfoForURL:withOptions:error:]: 142: 无法验证 /private/var/mobile/Library/Caches/com.apple 的代码签名。 mobile.installd.staging/temp.FvOJz0/extracted/FSS App.app/PlugIns/QuickSched.appex:0xe8008001(发生未知错误。) 11 月 12 日 21:17:20 Isaacs-iPhone installd[4549] : 0x16e12f000 -[MIInstaller performInstallationWithError:]: 验证阶段失败 11 月 12 日 21:17:20 Isaacs-iPhone streaming_zip_conduit[5853]:0x16e087000 __MobileInstallationInstallForLaunchServices_block_invoke222:返回错误错误域 = MIInstallerErrorDomain 代码 = 13“无法验证 /private/var/mobile/Library/Caches/com.apple.mobile 的代码签名.installd.staging/temp.FvOJz0/extracted/FSS App.app/PlugIns/QuickSched.appex:0xe8008001(发生未知错误。)“UserInfo={LibMISErrorNumber=-402620415, LegacyErrorString=ApplicationVerificationFailed, SourceFileLine=142, FunctionName= +[MICodeSigningVerifier _validateSignatureAndCopyInfoForURL:withOptions:error:], NSLocalizedDescription=无法验证 /private/var/mobile/Library/Caches/com.apple.mobile.installd.staging/temp.FvOJz0/extracted/FSS App.app 的代码签名/PlugIns/QuickSched.appex : 0xe8008001(发生未知错误。)} 11 月 12 日 21:17:20 Isaacs-iPhone streaming_zip_conduit [5853]:错误:MobileInstallationInstallForLaunchServices 返回 nil 11 月 12 日 21:17:20 Isaacs-iPhone streaming_zip_conduit[5853]:__dispatch_source_read_socket_block_invoke:274:无法在 file:///var/mobile/Media/PublicStaging/FSS%20App.app/ 安装应用程序:错误域=LaunchServicesError Code= 0 "(null)" UserInfo={Error=ApplicationVerificationFailed, ErrorDetail=-402620415, ErrorDescription=无法验证 /private/var/mobile/Library/Caches/com.apple.mobile.installd.staging/temp.FvOJz0 的代码签名/extracted/FSS App.app/PlugIns/QuickSched.appex : 0xe8008001(发生未知错误。)}
【问题讨论】:
-
试过清理和重建?
标签: ios iphone xcode swift xcode7