通过 USB Lightning 连接 iOS 17.0.3 上的 Xcode 15.0.1 15A507 和 iPhone 14 Pro MQ0E3LL/A,尝试在之前构建没有问题的手机上构建和安装 iOS 应用程序。
从 Xcode 构建 iPhone 应用程序时出现错误:“xcode 无法安装嵌入式配置文件。 尝试在没有适当权限的情况下安装测试版配置文件。”
与我通过 USB C 的 iPad Pro 一样,同样的错误。
已尝试清理构建文件夹、删除派生数据、删除配置文件并再次下载。尝试从设备和模拟器中删除 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 和设备管理”不会显示任何内容。因为错误建议选择您的开发者应用程序证书来信任它。以前也从来没有这样做过。
我的解决方案是访问developer.apple.com/Devices 并使用设备ID (UDID) 添加我的设备。这是通过将设备插入 Mac、在查找器中选择并单击顶部设备横幅来复制 UDID 来获得的。然后,我必须创建一个新的临时配置文件并将设备添加到该配置文件中。最后,我必须在“目标/签名和功能”中下载并选择新的配置文件。
这很奇怪,因为当我使用常规的“应用程序商店”配置文件时,我以前从未这样做过。所以,我不能 100% 确定这就是答案。 “应用程序商店”类型的配置文件是否应该能够在没有特定单独的临时配置文件的情况下在连接的设备上运行?
只需在 xcode 的“签名和功能”部分中勾选“自动管理签名”即可。然后插入您的设备,您可以注册您的设备并运行