0

我开发了一个使用电晕的游戏。现在我在尝试使用新的配置文件为 iPhone 构建时收到此警告。

warning: Application failed codesign verification.  The signature was invalid, contains            disallowed entitlements, or it was not signed with an iPhone Distribution Certificate. (-19011)
failed to extract requirements data: 1

/Users/codemenmini2012-4/Desktop/ArcheryClassiciOS.app: invalid signature (code or signature have been modified)
failed to extract entitlements: 1

AssertMacros: entitlements_requested, At least need an application-identifier entitlements file: codesign_wrapper.c, line: 879
 - (null)


warning: Unable to extract codesigning entitlements from your application.  Please make sure ArcheryClassiciOS is a valid Mach executable that's properly codesigned. (-19050)
/Users/codemenmini2012-4/Desktop/ArcheryClassiciOS.app/ArcheryClassiciOS: invalid signature (code or signature have been modified)- (null)
4

1 回答 1

0

您是否尝试过撤销配置文件并使用计算机上的密钥再次请求?苹果的个人资料也经常让我烦恼....

于 2013-05-03T10:54:52.327 回答