Hello I'm new to Xcode and I'm creating a C++ application using "Command Line Tool" Template. Please tell me how can I add an Icon to my C++ application. Also when I'm building the the project I can't find any build folder or executable in the project folder, how do I build the executable for release?
EDIT: Also tell me how can I remove the command prompt completely from my application. Is it possible to remove the command prompt from this type of project
- 2Why would you need an icon for acommand line tool?Some programmer dude– Some programmer dude2015-11-17 13:54:00 +00:00CommentedNov 17, 2015 at 13:54
- The built executable is usually in the
DerivedDatafolder (underDerivedData/Build/Products), unless you've changed the default settings.Paul R– Paul R2015-11-17 13:54:58 +00:00CommentedNov 17, 2015 at 13:54 - 1@JoachimPileborg I'm creating a simple opengl demo and I need to add the icon, is it possible to add the Icon or do I need to use other template to create application with icon.rajiv– rajiv2015-11-17 14:05:46 +00:00CommentedNov 17, 2015 at 14:05
- 1How about this?stackoverflow.com/questions/30561757/… : wrap it in an application bundleuser5305463– user53054632015-11-17 14:11:44 +00:00CommentedNov 17, 2015 at 14:11
- 1It sounds like "Command Line Tool" is not the template you needed.molbdnilo– molbdnilo2015-11-17 14:39:31 +00:00CommentedNov 17, 2015 at 14:39
Related questions
Related questions