无法将应用程序加载到设备上

时间:2018-10-31 22:40:44

标签: ios xamarin.forms

当我尝试在物理设备上安装应用程序时,我对应用程序有一个小问题,可以在该设备上安装另一个应用程序,但是该特定应用程序使我跳过了该错误,并且出现了图例,显示“该应用程序无法加载到设备上 知道为什么会这样吗? -P.S.几天前,我已经在该设备上安装了该应用程序,但是该错误刚刚发生。

这仅在ios设备上发生,在模拟器上运行完美,在android设备上也运行

这是编译器给我的输出:

Installing application bundle 'com.onavarro.AppJoynder' on 'iPhone de Jovany Elizalde'

Installing application bundle 'com.onavarro.AppJoynder' on 'iPhone de Jovany Elizalde'
 TransferringPackage - PercentComplete: 10%

 CopyingFile - PercentComplete: 10%
 CopyingFile - PercentComplete: 11%
 .....................
 CopyingFile - PercentComplete: 98%
 CopyingFile - PercentComplete: 98%
 CopyingFile - PercentComplete: 98%
 CopyingFile - PercentComplete: 99%
 CopyingFile - PercentComplete: 99%
 CopyingFile - PercentComplete: 99%
 CopyingFile - PercentComplete: 99%
 CopyingFile - PercentComplete: 99%
 CopyingFile - PercentComplete: 99%
 CopyingFile - PercentComplete: 99%
 CopyingFile - PercentComplete: 99%
 CopyingFile - PercentComplete: 99%
 CreatingStagingDirectory - PercentComplete: 5%
 ExtractingPackage - PercentComplete: 15%
 InspectingPackage - PercentComplete: 20%
 TakingInstallLock - PercentComplete: 20%
 PreflightingApplication - PercentComplete: 30%
 InstallingEmbeddedProfile - PercentComplete: 30%
 VerifyingApplication - PercentComplete: 40%
 ApplicationVerificationFailed: Failed to verify code signature of /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.O19Qy5/extracted/AppJoynder.iOS.app : 0xe8008016 (The executable was signed with invalid entitlements.)
error MT1006: Could not install the application '/Users/Jovany/Documents/JOYNDER APP/oscarnavarroc10/joynder.git/AppJoynder.iOS/bin/iPhone/Debug/device-builds/iphone6.1-11.3.1/AppJoynder.iOS.app' on the device 'iPhone de Jovany Elizalde': Your code signing/provisioning profiles are not correctly configured. Probably you have an entitlement not supported by your current provisioning profile, or your device is not part of the current provisioning profile. Please check the iOS Device Log for details (error: 0xe8008016).

No se pudo cargar la aplicación en el dispositivo.

1 个答案:

答案 0 :(得分:0)

您必须查看apple developer上的证书和代码签名/设置配置文件。也许它们是无效的,被撤销的或未被创建的。没有它们,您将无法在物理设备上安装您的应用程序。