I have an iOS app which I need to upload the binary of. From what I could find online, I have to ZIP
the .app
folder and upload that.
Problem is I cannot find my .app
directory. In my other apps I do find it. But in this specific one, there is no Build
directory whatsoever.
Must I set it in my Target or somewhere for it to create that folder? (This is in Xcode 4.2)