问题描述
使用Application Loader时,我到达要我选择..."要上传的文件的地步.
When I use Application Loader, I get to the point where it asks me to "Choose..." the file to be uploaded.
如果我理解正确,它应该是我在应用程序捆绑包中产品"下看到的appName.app文件(我右键单击它,然后选择在Finder中显示"以转到库中的特定文件;然后我应该将其压缩,而ZIP文件就是我将在Application Loader中选择的文件).首先,我对这个假设是否正确?
If I understand correctly, it supposes to be the appName.app file I see under "Products" on my app bundle (I right click it and select "Show in Finder" to get to the specific file in library; then I'm supposed to ZIP it and the ZIP file is what I will choose in Application Loader). First, am I correct with this assumption?
如果是...
在XCode中,我应该定义什么与用于构建测试应用程序的方法(在模拟器和个人iPhone上)不同?
What should I define different in XCode than the way I used to build the application for testing (on simulator and on my personal iPhone)?
我应该将信息--->命令行构建使用从调试更改为发布吗?
我应该如何定义 Build Settings ---> Code Signing 部分(应该在哪个字段中选择" iPhone Developer "选项,应该在哪个字段中选择" iPhone发行版")?
How should I define the Build Settings--->Code Signing section (in which field should I select the "iPhone Developer" option and in which should it be "iPhone Distribution")?
还有其他我应该与之相关的重要信息/构建设置/p.list/etc ...字段吗?
Are there any other important Info/Build Settings/p.list/etc... fields I should relate to?
任何帮助将不胜感激...
any help will be appreciated...
推荐答案
- 启动Xcode 5(> 以构建档案)
- 转到>
- 选择最新的存档,然后单击按钮
- 选择或
- 选择您的配置文件,然后
- 选择保存.ipa文件的位置
- Launch Xcode 5 ( > to build the archive)
- Goto >
- Select the latest archive and click on the button
- Select or
- Select your provisioning profile and then
- Choose a location to save the .ipa file
基本上就是这样.希望它能对寻找答案的人有所帮助.
This is basically it. Hope it will help anyone looking for the answer.
这篇关于如何为Application Loader创建上传文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!