请帮助我创建我的应用程序的 .ipa
我最近 1 天尝试过。参考与我的问题相关的所有问题,但找不到这样的解决方案。
我已按照所有步骤创建证书、appid、添加设备 id、创建配置、在项目中设置。有了这个规定,应用程序就可以在我的 iPhone4 上正常工作。
请帮我 先感谢您
I tried last 1 day. refer all the question related my problem but can't find such a solution.
I had follow all the steps create certificates, appid, adding device id , create provision, set in the project. with this provision the app work fine in my iPhone4.
please help me
Thank you in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
在 xcode 4.2 中,当创建 ipa 并共享最佳解决方案时,我首先找到共享包,然后按照链接解决该问题,这是一个完全错误,这真是太棒了,
我在创建项目时解决了该问题
< a href="http://sugartin.info/2011/08/11/creating-ipa-files-using-xcode4-2-using-archives/" rel="nofollow">参考链接是这里:-)
In xcode 4.2 there is a totally bug for when the creating the ipa and share that time best solution find me first of all find the share bundle and then following link for the solve that problem it's rally amazing
I solve that problem while creating the project
Reference link is here :-)
您需要转到“构建设置”>“构建设置”代码签名并为每个设置自动设置代码签名配置文件。不要只使用“自动”。
You need to go to Build Settings > Code Signing and set the code signing profile automatically for each setting. Don't just use 'Automatic'.
权利文件也可能有问题。
你可以在 XCode 4.2 -> 中找到它目标->底部“权利”部分
您可以在那里“启用权利”。如果应用程序不需要,其他字段可能为空。
其他协同设计问题在这里多次发布。所以你可以找到很多教程之一并重新制作协同设计配置文件。
there maybe problem with Entitlements file as well.
You can find it in XCode 4.2 -> Targets -> bottom section 'Entitlements'
There you can "Enable Entitlements". Other fields may be empty if the app doesn't need it.
Other codesign problems issued many time here. So you can find one of lots tutorials and remake codesign profile.
目前,论坛(尤其是 Apple 开发论坛)上有很多讨论,称在开发门户中创建证书时出现了某些问题或被修改。目前,所有 Apple 开发门户均已关闭(显示“很快回来”的便利贴消息),因此希望这意味着 Apple 正在提供修复程序。
There is currently a lot of chatter on the forums (especially the Apple dev forums) that something has broken or been modified in the creation of certificates in the dev portal. All Apple dev portals are currently down (displaying the "back soon" post-it message) so hopefully this means that Apple are providing a fix.