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

adrix7

macrumors newbie
Original poster
Jun 10, 2008
22
0
hi guys! how is do i make my C++ program into an executable icon in my desktop? running it like a regular applicaton without the use of xcode..


by the way is there a site that teaches us on how to explore/learn the potentials of xcode? ebook perhaps?


thanks again guys!
:D
 
hi guys! how is do i make my C++ program into an executable icon in my desktop? running it like a regular applicaton without the use of xcode..


by the way is there a site that teaches us on how to explore/learn the potentials of xcode? ebook perhaps?


thanks again guys!
:D

1) Set active build configuration to "release" instead of "debug".
2) Look in your project directory. It has a folder "Build", it should have an application file, usually with a standard program icon. Note that the debug version can also be used directly.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.