如何转换为.xcarchive为的.ipa客户端使用应用程序加载器提交应用程序商店 [英] How to convert .xcarchive to .ipa for client to submit app to app store using Application Loader

查看:297
本文介绍了如何转换为.xcarchive为的.ipa客户端使用应用程序加载器提交应用程序商店的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们已经创建了.xcarchive文件code签署与我们的客户证书和放大器;发行配置文件,但我们需要的.ipa文件发送给我们的客户,让他们可以上传应用程序使用应用程序加载器的应用程序商店。

We have created the .xcarchive file code signing with our client's certificate & distribution provisioning profile, but we need to send the .ipa file to our client so that they can upload the app to the App store using Application Loader.

要创建X code中的.ipa文件的唯一方法4.5单击分发 - >保存企业或具有下称注册,为iOS应用之外分发包应用说明特设部署商店。

The only way to create the .ipa file in Xcode 4.5 is clicking Distribute -> Save for Enterprise or Ad-Hoc Deployment which has a description underneath saying "Sign and package application for distribution outside of the iOS App Store".

如果我们保存.ipa文件这样一来,会不会造成任何问题提交到应用商店?还是有转换.xcarchive到的.ipa的正确方法?

If we save the .ipa file this way, will it cause any problem submitting to the app store? Or is there a proper way of converting the .xcarchive to .ipa?

在此先感谢!

推荐答案

我也观察到在我的项目之一,同样的问题。

I also observed the same problem in one of my projects.

我在目标更改设置解决它。对于主体工程和依赖。

I resolved it by changing settings in target. For main project and dependency.

 skip Install  NO

此更改后,转到X code->产品 - > Archive->保存企业或特设部署

After this change, goto Xcode->Product->Archive->Save for Enterprise or Ad-Hoc Deployment

我们遵循同样的过程,并通过应用程序加载器上传和苹果批准的应用程序。

We followed the same process and uploaded through Application Loader and Apple approved the app.

这篇关于如何转换为.xcarchive为的.ipa客户端使用应用程序加载器提交应用程序商店的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆