如何创建IPA文件?

时间:2022-10-18 21:43:07

How to create an IPA file? Do I need to connect my device?

如何创建IPA文件?我需要连接我的设备吗?

I followed [this link][1]. But I still failed.. Now I can build my apps, but whenever I click product->archive.

我跟着[这个链接] [1]。但我仍然失败了..现在我可以构建我的应用程序,但每当我点击product-> archive。

UPDATE : finally solved. I just change from distribution to developer.

更新:终于解决了。我只是从发行版改为开发人员。

thanks to all of you guys, specially LithuThiruvathira. Thanks for your patient for telling me which one is wrong and have me to try. thanks.

感谢你们所有人,特别是LithuThiruvathira。感谢您的病人告诉我哪一个错了,让我试试。谢谢。

3 个解决方案

#1


2  

http://www.raywenderlich.com/8003/how-to-submit-your-app-to-apple-from-no-account-to-app-store-part-1

http://www.raywenderlich.com/2012/01/30/how-to-submit-your-app-to-apple-from-no-account-to-app-store-part-2/

Follow the steps In this tutorial you will get the step by step procedure to create correct provisioning profile and every other thing

按照步骤在本教程中,您将逐步获得正确的配置文件和其他所有内容

After following this tutorial Go to Products ->Archive

按照本教程后,转到产品 - >存档

#2


1  

First you download your certificate and provisioning profile then double click on both. after this open your project in xcode then change the Bundle Identifier to the provisioning profiles identifier. now it works fine.

首先,您下载证书和配置文件,然后双击两者。在此之后在xcode中打开您的项目,然后将Bundle Identifier更改为供应配置文件标识符。现在它工作正常。

#3


1  

First of all, you need a valid provisioning profile + certificate + signature for the certificate. You should setup your project as if you would run the app on a device or simulator.

首先,您需要有效的配置文件+证书+证书签名。您应该设置项目,就像在设备或模拟器上运行应用程序一样。

I recommend to make a clean before making the ipa (command + shift + k). Then disconnect any devices, select the "iOS Device" from the simulator/device list. Open from the menu Product/Archive and wait until the X Code finishes making the archive. After this will appear a new window, press "Share...", and you should select the certificate that belongs to the provisioning profile (and be sure the 'iOS App Store Package (ipa) is selected). Press next. Will appear another window, you should enter here the title of the app. When I'm making in-house builds, usually I check the "Save for Enterprise Distribution" box, and complete the ipa file's path at the "Application URL" and add again the "Title" of the app. Press save, and you are ready!

我建议在制作ipa之前先进行清理(命令+ shift + k)。然后断开所有设备,从模拟器/设备列表中选择“iOS设备”。从菜单产品/存档打开,等待X代码完成存档。此后会出现一个新窗口,按“共享...”,您应该选择属于配置文件的证书(并确保选中“iOS App Store Package(ipa)”)。按下一步。将出现另一个窗口,您应该在这里输入应用程序的标题。当我正在进行内部构建时,通常我会选中“保存企业分发”框,并在“应用程序URL”处完成ipa文件的路径,然后再次添加应用程序的“标题”。按保存,您就绪了!

#1


2  

http://www.raywenderlich.com/8003/how-to-submit-your-app-to-apple-from-no-account-to-app-store-part-1

http://www.raywenderlich.com/2012/01/30/how-to-submit-your-app-to-apple-from-no-account-to-app-store-part-2/

Follow the steps In this tutorial you will get the step by step procedure to create correct provisioning profile and every other thing

按照步骤在本教程中,您将逐步获得正确的配置文件和其他所有内容

After following this tutorial Go to Products ->Archive

按照本教程后,转到产品 - >存档

#2


1  

First you download your certificate and provisioning profile then double click on both. after this open your project in xcode then change the Bundle Identifier to the provisioning profiles identifier. now it works fine.

首先,您下载证书和配置文件,然后双击两者。在此之后在xcode中打开您的项目,然后将Bundle Identifier更改为供应配置文件标识符。现在它工作正常。

#3


1  

First of all, you need a valid provisioning profile + certificate + signature for the certificate. You should setup your project as if you would run the app on a device or simulator.

首先,您需要有效的配置文件+证书+证书签名。您应该设置项目,就像在设备或模拟器上运行应用程序一样。

I recommend to make a clean before making the ipa (command + shift + k). Then disconnect any devices, select the "iOS Device" from the simulator/device list. Open from the menu Product/Archive and wait until the X Code finishes making the archive. After this will appear a new window, press "Share...", and you should select the certificate that belongs to the provisioning profile (and be sure the 'iOS App Store Package (ipa) is selected). Press next. Will appear another window, you should enter here the title of the app. When I'm making in-house builds, usually I check the "Save for Enterprise Distribution" box, and complete the ipa file's path at the "Application URL" and add again the "Title" of the app. Press save, and you are ready!

我建议在制作ipa之前先进行清理(命令+ shift + k)。然后断开所有设备,从模拟器/设备列表中选择“iOS设备”。从菜单产品/存档打开,等待X代码完成存档。此后会出现一个新窗口,按“共享...”,您应该选择属于配置文件的证书(并确保选中“iOS App Store Package(ipa)”)。按下一步。将出现另一个窗口,您应该在这里输入应用程序的标题。当我正在进行内部构建时,通常我会选中“保存企业分发”框,并在“应用程序URL”处完成ipa文件的路径,然后再次添加应用程序的“标题”。按保存,您就绪了!