我在控制台中找到了。
installcoordinationd(MobileInstallation)[99] : ****bundleID****:5:11:1:1:Updating PlaceholderMetadata for ****bundleID**** with failure 1 _LSInstallType 1, underlyingError (Error Domain=MIInstallerErrorDomain Code=13“无法验证 /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.IoCSM9/extracted/Payload/App.app 的代码签名:0xe8008016(可执行文件已签名无效权利。)" UserInfo={LibMISErrorNumber=-402620394, LegacyErrorString=ApplicationVerificationFailed, SourceFileLine=147, FunctionName=+[MICodeSigningVerifier _validateSignatureAndCopyInfoForURL:withOptions:error:], NSLocalizedDescription=无法验证 /private/var/installd/Library 的代码签名/Caches/com.apple.mobile.installd.staging/temp.IoCSM9/extracted/Payload/App.app:0xe8008016(可执行文件的签名无效。)}),来源 17>
这里我们应该看一下:
无法验证 App.app
的代码签名 可执行文件的签名无效。
就我而言,这是因为我从亚马逊下载了企业版本。但是构建它的配置文件已过期(在开发人员控制台中找到)。
另一个目的是:
“此时无法安装此应用程序。” UserInfo={NSLocalizedDescription=此时无法安装此应用程序,NSUnderlyingError=0x100cbd3c0 {Error Domain=MIInstallerErrorDomain Code=64 "升级的应用程序标识符授权字符串 (BBBUUUU.com.bundle.www) 与已安装应用程序的应用程序不匹配-标识符字符串 (CCCEEEE.com.bundle.www);拒绝升级。” UserInfo={LegacyErrorString=MismatchedApplicationIdentifierEntitlement, FunctionName=-[MIInstallableBundle _validateApplicationIdentifierForNewBundleSigningInfo:error:], SourceFileLine=878, NSLocalizedDescription=升级的应用程序标识符授权字符串 (BBBUUUU.com.bundle.www) 与已安装应用程序的应用程序标识符字符串 (CCCEEEE) 不匹配.com.bundle.www); 被拒绝
在这里,我刚刚删除了以前版本的应用程序。错误是,因为我更改了捆绑 ID 的团队,并且它安装了具有先前捆绑 ID 的应用程序。
打开控制台:
Xcode
> Window
>Devices
- 选择设备
- 展开一个控制台,在左下角带有一个带有箭头的框。