Xcode 3.2.5 无法生成 IPA
我想我在这里遗漏了一些非常微不足道的东西。
我制作了一个临时配置文件,点击“构建和存档”,打开管理器,然后点击“共享”,然后我得到(创建签名的 IPA 存档),但是当我单击(在查找器中显示)时,我只找到“.apparchive” “ 文件夹。没有任何 IPA 文件。
我在 iTunes Connect 门户中创建了一个应用程序,并使用了(提交)和(验证)选项,但仍然没有任何结果,找不到它所说的正在创建的 IPA 存档
i think i'm missing something very trivial here.
i made an ad-hoc provisioning profile, hit "Build And Archive", opened the organizer, and hit "Share" and i get ( creating signed IPA archive ) but when i click ( show in finder ) i only find the ".apparchive" folder. No IPA file whatsoever.
i created an app in the iTunes Connect portal and i used the ( Submit ) and ( Validate ) options, still nothing, can't find the IPA archive it says it's creating
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以尝试通过命令行打包您的IPA文件,这样您就可以完全登录它。这是我写的一个帖子,你可以看看。 http:// /www.nanaimostudio.com/blog/2011/4/17/xcode-build-and-archive-sharing-problem-and-solution.html
You could try to package your IPA file through command line, so you can have full log in it. Here is a post I wrote, check it out. http://www.nanaimostudio.com/blog/2011/4/17/xcode-build-and-archive-sharing-problem-and-solution.html
您是否尝试过通过电子邮件与自己分享?
Have you tried sharing it with yourself via e-mail?
如果我丢失了分发证书,或者由于某种原因有重复证书,我之前就遇到过这个问题。检查钥匙串访问,确保您有一个单个有效的开发者证书分发配置文件,临时配置文件是根据该证书进行签名的(您可以在配置文件门户中验证)
I had this issue before if I was either missing the Distribution certificate, or had a duplicate for some reason. Check Keychain Access to be sure you have a single valid distribution profile for the developer cert that the ad hoc profile is signed against (which you can verify in the profile portal)