简体   繁体   English

Titanium-在Apple App Store上载iOS App

[英]Titanium - Upload iOS App on Apple App store

I have developed an iOS app in Titanium Studio ( SDK 2.1.3.GA ). 我在Titanium Studio( SDK 2.1.3.GA )中开发了一个iOS应用程序。 Now, I want to publish on the Apple App store. 现在,我想在Apple App Store上发布。

I tried, but it gave me the error add armv6 . 我试过了,但是它给了我add armv6的错误。 I added it in the file info.plist , but still I am getting that error. 我将其添加到文件info.plist ,但仍然收到该错误。

Could any one give me step by step guide to upload an iOS app from Titanium to the Apple App store? 谁能给我逐步指导,从Titanium将iOS应用程序上传到Apple App Store?

Also, how can I set the app icon for both iPhone and iPad in Titanium? 另外,如何在Titanium中为iPhone和iPad设置应用程序图标?

Yes I had the same problem I did the following step after banging my head for 5 hours. 是的,我有同样的问题,我的头部撞了5个小时后才执行以下步骤。

  1. Start the project in simulator it will create the build folder within your project/ 在模拟器中启动项目,它将在您的项目/中创建构建文件夹
  2. Go to the build folder->iphone, find the xcode project. 转到构建文件夹-> iphone,找到xcode项目。
  3. Open up this project in xcode. 在xcode中打开此项目。 Select the main project and goto info tab. 选择主项目,然后转到信息选项卡。
  4. Set the minimum ios development target to 5.0 (you can also select 4.3 but don't select 4) 将最低iOS开发目标设置为5.0(您也可以选择4.3,但不要选择4)
  5. Go to the build Settings tab. 转到构建设置标签。 Remove all the architectures. 删除所有体系结构。
  6. Now add two targets one by one. 现在一个接一个地添加两个目标。 1. armv6 2. armv7 1. armv6 2. armv7
  7. Repeat this step in Valid architectures in build settings and select appropriate distribution provisioning profile. 在构建设置中的有效体系结构中重复此步骤,然后选择适当的分发配置概要文件。
  8. Now clean the project. 现在清理项目。 build archive and enjoy :) 建立档案并享受:)

Here is the official doc of Titanium, very clear for the distribution steps. 这是Titanium的官方文档,对于分发步骤非常清楚。 Distribution iOS apps 发行iOS应用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM