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
Look at a path something like this:
"/Users/{user}/Library/Developer/Xcode/DerivedData/{appname-somehash}/Build/Products/Debug-iphoneos/{app-name}.app"
You can run "find" to locate it.