简体   繁体   中英

Cordova Hybrid app : export IPA file

how can we export our project's ipa file? i dont have a paid apple developer membership. My XCode version is 8.

要导出.ipa文件,您必须具有开发者帐户

This is how i did it in XCode 8. Refer to How to create ipa in xcode 6 without Apple Developer account?

Create Archive

Go to Organizer

Get location of Archive by Right Click and selecting Show in Finder

Now right click on this .xcarchive file and select Show Package Contents

Go to path Products > Applications > YourAppFile

Open iTunes's on Mac and drag-drop this YourAppFile from above path in Apps tab. (NOTE: Delete the previous app with the same identifier if any)

Now right click on your app under Apps tab of iTunes and select Show in Finder, this is your .ipa file !!!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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