Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

XnavxeMiyyep

macrumors 65816
Original poster
Mar 27, 2003
1,131
4
Washington
I'm completely new to XCode and Objective-C, but I've managed to write a functional program with a GUI and everything that compiles and runs perfectly. The only question is, now what? How do I get the app to just be an app that runs on any Mac, instead of just compiling it from XCode?
 

stoid

macrumors 601
I've only used XCode a little bit, but I think that the compiled program is a self-sufficient .app bundle somewhere in the working directory that you set up. XCode might have an official way to 'export' it, but you just just be able to navigate to it in the Finder and distribute.
 

Catfish_Man

macrumors 68030
Sep 13, 2001
2,579
2
Portland, OR
Change the build style to Release, compile, and then it'll be in the sidebar under "Products" (you can use right click -> show in finder).
 

XnavxeMiyyep

macrumors 65816
Original poster
Mar 27, 2003
1,131
4
Washington
I've only used XCode a little bit, but I think that the compiled program is a self-sufficient .app bundle somewhere in the working directory that you set up. XCode might have an official way to 'export' it, but you just just be able to navigate to it in the Finder and distribute.
This is what I thought initially, but this .app would only run on my computer.

Change the build style to Release, compile, and then it'll be in the sidebar under "Products" (you can use right click -> show in finder).
Thanks so much!


This was just a program that I wrote for my dad that allows you to input a bunch of strings and then spits them back out in a random order. It can be found here if you really want it:
http://minorcrisis.net/users/cvmiller/30528/
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.