发送到应用商店后,无法在我的 iPad 上运行原始 xcode 项目
我花了一段时间,以及苹果的一些帮助(我错过了一条指令),但我终于能够向应用程序商店提交一个应用程序(仍在等待接受/拒绝。)
但我进入了 xcode 并启动了该应用程序再次出现,现在我无法在 iPad 上运行它了。我收到代码签名错误。它确实在模拟器上运行。
我知道这很简单......我错过了什么?
-抢
It took me a while, and some help from Apple (one instruction I missed), but I finally was able to submit an app to the app store (still waiting for acceptance/rejection.)
But I went into xcode and started up the app again, and now I can't run it on my iPad. I get a code signing error. It does run on the simulator.
I know it's something simple...what am I missing?
-Rob
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来您仍在使用分发代码签名身份。
假设您使用的是 Xcode 4.2,您可以参考下图了解如何更改此设置:
[编辑:更好的图像]
您还需要更改应用程序标识符以匹配您的代码签名身份:
因此,请查看您在第一个屏幕截图的步骤 4 中选择的选项旁边的字符串(可能采用以下格式) com.yourcompany.appname),并确保在第二个屏幕截图的步骤 4 中使用相同的标识符。
Sounds like you're still using the distribution code signing identity.
Assuming you're using Xcode 4.2, you can refer to the bellow image for how to change this:
[edit: better image]
You also need to change your application identifier to match your code signing identity:
So, look at the string next to the selection you choose in the step 4 of the first screenshot (probably something in the format of com.yourcompany.appname) and make sure to use that same identifier in step 4 of the second screenshot.
您可能错过了一些非常简单的事情。检查 Mac 钥匙串和 iPad 上安装的证书。您的应用程序似乎没有任何问题,因为它在模拟器中运行良好。
You might have missed something really simple. Check the certificate installed in your Mac keychain as well as on the iPad. There appears to be nothing wrong with your app since it's running fine in the simulator.