vote up 0 vote down star

I've built an app for the iTunes store. However, being a noob to the platform, I can't figure out how to submit the app.

Where is the actual binary that I need to submit to the iTunes store? What folder does it get built in?

flag

superuser.com .... – Mitch Wheat Sep 21 at 2:48

2 Answers

vote up 1 vote down check

By default, you'll see a build directory inside the directory containing your project.
In that build directory:

<Project Name>.build` contains all the object files created during compilation

and a series of folders with the following naming scheme:

<build setting>-<platform>

You're likely looking for something like "Release-iphoneos". In that folder you should find the .app package to submit.

link|flag
vote up 1 vote down

You could use XCode and on the left expand "Products". Highlight your .app and then go up top where it says "Action" drop that down and select "Reveal in Finder"

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.