I\'ve built an app for the App Store (ex-iTunes store). However, I can\'t figure out how to submit the app.
Where is the actual binary that I need to submit to the App
By default, you'll see a build directory inside the directory containing your project.
In that build directory:
.build` contains all the object files created during compilation
and a series of folders with the following naming scheme:
-
You're likely looking for something like "Release-iphoneos". In that folder you should find the .app package to submit.