2

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

askedNov 17, 2015 at 13:50
rajiv's user avatar
6
  • 2
    Why would you need an icon for acommand line tool?CommentedNov 17, 2015 at 13:54
  • The built executable is usually in theDerivedData folder (underDerivedData/Build/Products), unless you've changed the default settings.CommentedNov 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.CommentedNov 17, 2015 at 14:05
  • 1
    How about this?stackoverflow.com/questions/30561757/… : wrap it in an application bundleCommentedNov 17, 2015 at 14:11
  • 1
    It sounds like "Command Line Tool" is not the template you needed.CommentedNov 17, 2015 at 14:39

0

Know someone who can answer? Share a link to thisquestion viaemail,Twitter, orFacebook.

Your Answer

Sign up orlog in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

By clicking “Post Your Answer”, you agree to ourterms of service and acknowledge you have read ourprivacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.