2011-10-19 171 views
4

如何在Xcode 4.2,iOS 5.0(Beta)中创建.ipa文件。我已经开发了一个应用程序,但我找不到授权文件。任何人都可以告诉我创建一个.ipa文件的过程吗?提前致谢。在Xcode 4.2,iOS 5.0中创建IPA文件Beta

+0

您的意思是在xcode 4.2中? – Maulik

+0

是的。 Xcode版本4.2和iOS SDK 5.0 –

+0

已经有[非常好的答案](http://stackoverflow.com/questions/5265292/xcode-4-create-ipa-file-instead-of-xcarchive/5372142#5372142)到可能重复的问题[Xcode 4:创建IPA文件](http://stackoverflow.com/questions/5265292/xcode-4-create-ipa-file-instead-of-xcarchive)。 –

回答

5

如果你有苹果开发者证书和相应的临时配置文件,就很容易在iOS 5 sdk的XCode 4.2中创建.ipa文件。

 1) Select ios device in scheme. 
     2) Archive your project. 
     3) Select your archive in Organizer and share this. 
     4) give url which u want to share and save your .ipa file to any location. 
     5) .ipa and plist file will be create. upload these and make wireless distribution via html. 
+0

这个视频教程帮助我用Xcode 4.2创建IPA,http://www.youtube.com/watch?v=uAykwTf6sDg;虽然我无法理解语言:P – danfelabs