How to Create the Upload File for Application Loader?

前端 未结 5 628
孤独总比滥情好
孤独总比滥情好 2021-01-30 05:03

When I use Application Loader, I get to the point where it asks me to \"Choose...\" the file to be uploaded.

If I understand correctly, it supposes to be the appName.app

5条回答
  •  难免孤独
    2021-01-30 05:54

    • Launch Xcode 5 (Product > Archive to build the archive)
    • Goto Window > Organizer
    • Select the latest archive and click on the Export button
    • Select Save for Enterprise Deployment or Save for Ad Hoc Deployment
    • Select your provisioning profile and then Export
    • Choose a location to save the .ipa file

    This is basically it. Hope it will help anyone looking for the answer.

提交回复
热议问题