当我尝试在我的设备(iPhone 5c)上编译我的应用程序时,Xcode会出现:
应用安装失败
发生了未知错误。
我有3个证书,所有证书都是免费的。我试过每个证书,结果是一样的。我检查了设备日志并得到了这个
Oct 14 16:50:26 my-iPhone installd [43]:0x40115000 - [MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]:安装" /var/mobile/Media/PublicStaging/RemoteProjector.app" ;由streaming_zip_conduit(pid 208)请求的类型Developer(LSInstallType =(null)) 10月14日16:50:26 my-iPhone installd [43]:0x40115000 - [MIInstaller performInstallationWithError:]:安装 10月14日16:50:26 my-iPhone profiled [124] :(注)MC:供应配置文件已更改 10月14日16:50:26 my-iPhone profiled [124] :(注)MC:更新MIS信任...... 10月14日16:50:27 my-iPhone securityd [94]:secTaskDiagnoseEntitlements MISSING keychain entitlements:找不到存储的taskRef 10月14日16:50:27 my-iPhone securityd [94]:secTaskDiagnoseEntitlements MISSING keychain entitlements:找不到存储的taskRef 10月14日16:50:27 my-iPhone installd [43]:SecTrustEvaluate [leaf IssuerCommonName SubjectCommonName] 10月14日16:50:27 my-iPhone online-auth-agent [200]:SecTrustEvaluate [leaf AnchorTrusted] 10月14日16:50:29 my-iPhone installd [43]:MIS:来自代码签名库的无法识别状态-67049 10月14日16:50:29 my-iPhone installd [43]:MIS:无法复制代码签名(错误0xe8008001)。 10月14日16:50:29 my-iPhone installd [43]:0x40115000 + [MICodeSigningVerifier _validateSignatureAndCopyInfoForURL:withOptions:error:]:142:无法验证/private/var/installd/Library/Caches/com.apple的代码签名。 mobile.installd.staging / temp.FoKjim / extracted / RemoteProjector.app / Frameworks / SRPAAS.framework:0xe8008001(发生未知错误。) 10月14日16:50:29 my-iPhone installd [43]:0x40115000 - [MIInstaller performInstallationWithError:]:验证阶段失败 10月14日16:50:30 my-iPhone streaming_zip_conduit [208]:0x40115000 __MobileInstallationInstallForLaunchServices_block_invoke222:返回错误错误域= MIInstallerErrorDomain代码= 13"无法验证/ private / var / installd / Library / Caches / com的代码签名。 apple.mobile.installd.staging / temp.FoKjim / extracted / RemoteProjector.app / Frameworks / SRPAAS.framework:0xe8008001(发生未知错误。)" UserInfo = {LibMISErrorNumber = -402620415,LegacyErrorString = ApplicationVerificationFailed,FunctionName = + [MICodeSigningVerifier _validateSignatureAndCopyInfoForURL:withOptions:error:],NSLocalizedDescription =无法验证/private/var/installd/Library/Caches/com.apple.mobile的代码签名。 installd.staging / temp.FoKjim / extracted / RemoteProjector.app / Frameworks / SRPAAS.framework:0xe8008001(发生未知错误。),SourceFileLine = 142} 10月14日16:50:30 my-iPhone streaming_zip_conduit [208]:__ dispisp_source_read_socket_block_invoke:299:无法在file:///var/mobile/Media/PublicStaging/RemoteProjector.app/安装应用程序:错误域= LaunchServicesError代码= 0& #34;(空)" UserInfo = {Error = ApplicationVerificationFailed,ErrorDetail = -402620415,ErrorDescription =无法验证/private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.FoKjim/extracted/RemoteProjector.app的代码签名/Frameworks/SRPAAS.framework:0xe8008001(发生了未知错误。)} 10月14日16:50:30 my-iPhone SpringBoard [48]:[appinstallation] LaunchServices观察者:应用程序安装失败:( " sweety<(null)在数据库中找不到>" ) 10月14日16:50:30 my-iPhone atc [35]:[appinstallation] LaunchServices观察者:应用程序安装失败:( " sweety<(null)在数据库中找不到>" ) 10月14日16:50:30 my-iPhone UserEventAgent [23]:[appinstallation] LaunchServices观察者:应用程序安装失败:( " sweety<(null)在数据库中找不到>" ) 10月14日16:50:30 my-iPhone BTServer [74]:[appinstallation] LaunchServices观察者:应用程序安装失败:( " sweety<(null)在数据库中找不到>" ) 10月14日16:50:30 my-iPhone apsd [97]:[appinstallation] LaunchServices观察者:应用程序安装失败:( " sweety<(null)在数据库中找不到>" ) 10月14日16:50:30 my-iPhone iaptransportd [29]:[appinstallation] LaunchServices观察者:应用程序安装失败:( " sweety<(null)在数据库中找不到>" ) 10月14日16:50:30 my-iPhone itunesstored [99]:[appinstallation] LaunchServices观察者:应用程序安装失败:( " sweety<(null)在数据库中找不到>" ) 10月14日16:50:30 my-iPhone homed [127]:[appinstallation] LaunchServices观察者:应用程序安装失败:( " sweety<(null)在数据库中找不到>" ) 10月14日16:50:30 my-iPhone传递[125]:[appinstallation] LaunchServices观察者:应用程序安装失败:( " sweety<(null)在数据库中找不到>" ) 10月14日16:50:30 my-iPhone profiled [124]:[appinstallation] LaunchServices观察者:应用程序安装失败:( " sweety<(null)在数据库中找不到>" ) 10月14日16:50:30 my-iPhone nsurlsessiond [119]:[appinstallation] LaunchServices观察者:应用程序安装失败:( " sweety<(null)在数据库中找不到>" ) 你遇到过这个问题吗?
答案 0 :(得分:0)
如果您使用可以使用Xcode创建的免费开发配置文件,那么您可以这样做:
步骤:
1)在Xcode首选项中重置开发配置文件
2)从Xcode Prefrences中删除您的Apple帐户
3)再次添加
4)再创造
5)清洁&运行