提问人:BinDev 提问时间:10/25/2023 更新时间:10/25/2023 访问量:677
Xcode 试图在没有适当授权的情况下安装 beta 描述文件
Xcode attempted to install a beta profile without the proper entitlement
问:
Xcode 15.0.1 15A507 和 iPhone 14 Pro MQ0E3LL/A 在 iOS 17.0.3 上通过 USB Lightning 连接,尝试在以前没有问题的手机上构建和安装 iOS 应用程序。
从 Xcode 构建应用程序到 iPhone 出现错误:“xcode 无法安装嵌入式配置文件。 尝试在没有适当授权的情况下安装 beta 配置文件。
与我的 iPad Pro 通过 USB C 相同,同样的错误。
已尝试清理构建文件夹、删除派生数据、删除配置文件并再次下载。尝试从设备和模拟器中删除iPhone并重新添加,再次信任。重新创建了新的预配配置文件,并删除了旧的、已安装的和相同的错误。证书、配置文件和协议都是最新的,不会过期。
Full Xcode error is:
Unable to Install “APPNAME”
Domain: IXUserPresentableErrorDomain
Code: 14
Failure Reason: This app cannot be installed because its integrity could not be verified.
Recovery Suggestion: Failed to install embedded profile for BUNDLE ID : 0xe800801f
(Attempted to install a Beta profile without the proper entitlement.)
Verify that the Developer App certificate for your account is trusted on your device.
Open Settings on the device and navigate to General -> VPN & Device Management, then select
your Developer App certificate to trust it.
User Info: {
DVTErrorCreationDateKey = "2023-10-25 12:37:01 +0000";
IDERunOperationFailingWorker = IDEInstallCoreDeviceWorker;
Domain: MIInstallerErrorDomain
Code: 13
User Info: {
FunctionName = "-[MIInstallableBundle _installEmbeddedProfilesWithError:]";
LegacyErrorString = ApplicationVerificationFailed;
LibMISErrorNumber = "-402620385";
SourceFileLine = 200;
在 Xcode 中,转到“设备和模拟器”并选择“在任何连接的设备上显示预置描述文件”都不会在列表中显示任何内容。“未安装预配配置文件”。选择 + 并尝试添加我下载的配置文件时,会出现错误“无法在此设备上安装一个或多个预置配置文件。确保为此设备配置了预配配置文件。虽然,我以前从未进入过这里并手动添加配置文件。
在任何设备上,转到“设置”并导航到“常规”->“VPN 和设备管理”都会显示错误建议选择开发人员应用证书以信任它 nothing.as。以前也从来没有过。
答:
我的解决方案是转到 developer.apple.com/设备并使用设备 ID (UDID) 添加我的设备。这是通过将设备插入 mac,在 Finder 中进行选择,然后单击顶部设备横幅以复制 UDID 获得的。然后,我必须创建一个新的临时配置文件,并将设备添加到配置文件中。最后,我必须在“目标/签名和功能”中下载并选择新的配置文件。
这很奇怪,因为我以前在使用常规的“应用商店”配置文件时从未这样做过。所以,我不是 100% 确定这是答案。“应用商店”类型的预配配置文件是否不应该在没有特定单独的临时配置文件的情况下在连接的设备上运行?
评论
下一个:准备设备进行开发时出现问题
评论