代码设计适用于 iOS SDK 4.3 中的某些项目,但不适用于其他项目
我已按照 iPhone App Minus App Store? 中的说明进行操作,并成功构建了AcceleratorGraph 项目在协同设计方面没有任何问题。但是,如果我创建一个新项目(通过新项目向导),我总是会收到以下警告:
应用程序未能通过协同设计验证。签名无效,或者不是用Apple提交证书签名的。 (-19011)
此捆绑包无效。应用程序标识符权利的格式不正确;它应包含您的 10 个字符的应用程序 ID 种子,后跟一个点,然后是您的捆绑包标识符:com.yourcompany.MyApp (-19053)
我尝试使用捆绑包标识符创建一个 Entitlements.plist,但没有任何变化。
我从网上下载、构建并成功部署了其他项目,没有出现这些警告。此版本的 Xcode 3.26/iOS SDK 4.3 是否已知?
I've followed the instructions in iPhone App Minus App Store? and managed to build the AcceleratorGraph project without any problems regarding codesign. However, if I create a new project (via the new project wizard) I always get the following warnings:
Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)
This bundle is invalid. The application-identifier entitlement is not formatted correctly; it should contain your 10-character App ID Seed, followed by a dot, followed by your bundle identifier: com.yourcompany.MyApp (-19053)
I've tried creating an Entitlements.plist with a bundle identifier but nothing changes.
I ve downloaded, built and successfully deployed other projects from the net, without these warnings. Is it something known with this version of Xcode 3.26/iOS SDK 4.3 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论