• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Run Script build phase and $(SRCROOT)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Run Script build phase and $(SRCROOT)


  • Subject: Re: Run Script build phase and $(SRCROOT)
  • From: "Kyle Sluder" <email@hidden>
  • Date: Thu, 27 Sep 2007 19:45:03 +0100

$(VAR) is not standard shell (/bin/sh) syntax for referring to
environment variables.  It is, however a bash extension, so you might
be puzzled as to why most of your scripts can use $(VAR) with no
problem.

Use $SRCROOT instead.

--Kyle Sluder

On 9/27/07, Olivier Tristan <email@hidden> wrote:
> Hi Guys,
>
> I try to use the $(SRCROOT) inside a script build phase, but it doesn't
> seems to be recognized.
> Am I missing something ?
>
> How can I run a script on a src file without given an absolute path ?
> Or maybe is there a macro to get the content of Input Files and Output
> Files list ?
>
>
> Thanks,
>
> --
> Olivier Tristan
> Ultimate Sound Bank
>
>  _______________________________________________
> 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

  • Follow-Ups:
    • Re: Run Script build phase and $(SRCROOT)
      • From: Markus Hitter <email@hidden>
References: 
 >Run Script build phase and $(SRCROOT) (From: Olivier Tristan <email@hidden>)

  • Prev by Date: Run Script build phase and $(SRCROOT)
  • Next by Date: Re: Porting InDesign CS2 plug-in to XCode
  • Previous by thread: Run Script build phase and $(SRCROOT)
  • Next by thread: Re: Run Script build phase and $(SRCROOT)
  • Index(es):
    • Date
    • Thread