Re: Command Line Tool
Re: Command Line Tool
- Subject: Re: Command Line Tool
- From: albert jordan <email@hidden>
- Date: Thu, 18 Aug 2011 00:12:34 -0700
Thanks!!!
On Aug 18, 2011, at 12:00 AM, Andreas Grosam wrote:
>
> On Aug 18, 2011, at 8:26 AM, albert jordan wrote:
>
>>
>> I've created a c program using the command line tool option in xcode. Is there a way to have xcode produce a binary so that I can run it from the terminal?
>
> In Xcode there is the "Products" group which is created by Xcode for every project. It contains references to whatever the project's targets will generate. When you open the "Products" group of your project in the Navigation Pane, you see references to the items which are generated. The entries are colored red if they are not yet created and change to black when that file exists.
>
> When you <Ctrl> click on an existing product you can select "Show in Finder" from the context menu which launches a Finder window showing the generated product.
>
> For development purposes you may open a terminal window, cd to the executable's folder and then enter the command. (Hint: drag the folder where the executable is located to the terminal window and you get the full path in the command line)
>
> Andreas
>
>
>>
>> thanks
>>
>> Albert
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden