在我的项目中,我不知道如何创建IPA文件。有没有人能一步一步地解释一下如何在Xcode6中制作IPA文件?
发布于 2016-09-29 03:36:33
1. Make your application with X-Code。
2. Run your application in simulator。
3. Open finder, Goto -> /Library/Developer/XCode/DerivedData/<Your App Name-blahblahblah>/Build/Products/Debug-iphonesimulator。
4. Open iTunes -> Goto Apps。
5. Drag YourApplication.app to iTunes。
6. Drag back your app from iTunes to finder to get YourApplication.ipahttps://stackoverflow.com/questions/25970741
复制相似问题