4
如何在Xcode 4.2,iOS 5.0(Beta)中創建.ipa文件。我已經開發了一個應用程序,但我找不到授權文件。任何人都可以告訴我創建一個.ipa文件的過程嗎?提前致謝。在Xcode 4.2,iOS 5.0中創建IPA文件Beta
如何在Xcode 4.2,iOS 5.0(Beta)中創建.ipa文件。我已經開發了一個應用程序,但我找不到授權文件。任何人都可以告訴我創建一個.ipa文件的過程嗎?提前致謝。在Xcode 4.2,iOS 5.0中創建IPA文件Beta
如果你有蘋果開發者證書和相應的臨時配置文件,就很容易在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.
這個視頻教程幫助我用Xcode 4.2創建IPA,http://www.youtube.com/watch?v=uAykwTf6sDg;雖然我無法理解語言:P – danfelabs
您的意思是在xcode 4.2中? – Maulik
是的。 Xcode版本4.2和iOS SDK 5.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)。 –