Simple question. How to build Mac app for execution.

I haven't found the documentation for something which may be obvious to a lot of people. I've written a Mac app for my own purposes and it runs correctly in XCode.


Now, I want to run it outside XCode. Want to create a resource (believe an .app file) executable from launchd without any "debug" associations. (A few days ago, I created an .app file under a "debug" folder. Have not been able to repeat that.)


The key question seems to be, exactly what Build Settings do I need to create this?


Additionally, do I need to run Archive, or any other steps in addition to Build? Once I'm done, where do I find the executable? Are there any special steps needed to run it?


Anyone will to help with something so elementary?

>Now, I want to run it outside XCode.


Does that mean just on your computer, by you, or to other macs, outside of the Mac App Store?

Simple question. How to build Mac app for execution.
 
 
Q