简体   繁体   中英

Delphi XE4 iOS Application failed codesign verification

I have a problem I can not solve with the Application Loader stating:

"Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone Distribution Certtificate"

Here are some screenshots of my Delphi configuration:

在此输入图像描述在此输入图像描述

Can any one point in the correct direction of things to check?

  • I have doublechecked my mobile provisioning is correct.
  • I have doublechecked certificate ID correct. (I even tried enter a madeup one just to make sure Delphi would then complain during deploy which it did... Hence that also means codesigning is called during deploy)
  • The program developer ID is automaticalle fetched by load button, so I assume that is correct as well.
  • I can debug on registered iPhone devices.

I am not sure the two things are related (hence two different SOs), but I am also getting a "Bundle ID" error which is equally mysterious to me: Delphi XE4 and iOS Application Loader complaining "This bundle is invalid"

Apparently solving the Bundle ID error also fixed the certificate error. For reference see: Delphi XE4 and iOS Application Loader complaining "This bundle is invalid"

I was struggling with the same problem, I found this link http://embarcadero.newsgroups.archived.at/public.delphi.deployment/201308/1308131098.html

I just hadn't set the CFBundleIdentifier in Debug although I was deploying for Release. I hope this will help you to solve your issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM