Building our first application - Can't find binary

Hi,

This is our first app, and we’ve reached the submission process where it’s asking for us to choose the binary to upload.

I can only find the .xcodeproj file though! I’ve built the game to the iPad/iPhone/iPod perfectly fine, but still cant find the .app file it keeps insisting I need.

Help would be greatly appreciated!

This is an Xcode issue. Open Xcode Preferences and go to the Locations tab. Click the Advanced button under Derived Data, then set the Build Location to ‘Locations Specified by Targets’. Build your app again and the files will appear in the ‘build’ folder inside your Xcode project directory. To submit your app to iTunes Connect you should do a Product > Archive first, then submit it from the Organizer window.