Reputation: 4807
I have always been uploading iOS apps to appstore from XCode Organizer. That is pretty simple process. And we do not see any IPA or APP file is created. Now my client is trying himself to upload the app using app loader and is continuously asking for an IPA file. Now I have some specific questions -
Special Notes - 1. Please do not give me links to an apple documentation, they do not talk about file type and how to create that. They always say "binary". Their doc titles does not reflect the content. 2. Please do not show me the Ad Hoc build process, that is not what I am asking. 3. Please only reply if you have used app loader before.
Upvotes: 2
Views: 4634
Reputation: 1120
Application Loader is present in the Utilties folder. For XCode 4.5 go to XCode -> Right Click and select Show Package Contents then go to Contents -> Applications -> Application Loader.
When you just do a build from Xcode, you get .app file. To create .ipa from it follow below process:
This will create file "appName.ipa" on /
Upvotes: 4
Reputation: 14073
Upvotes: 0