Re: Including different debug and release frameworks in a .app
Re: Including different debug and release frameworks in a .app
- Subject: Re: Including different debug and release frameworks in a .app
- From: "Sean McBride" <email@hidden>
- Date: Tue, 26 Jan 2010 16:11:58 -0500
- Organization: Rogue Research Inc.
On 1/25/10 12:21 PM, Shawn Erickson said:
>IMHO it is far easier to write a little shell script, that does the
>selective copying, in a shell script phase then having to create
>another target.
I've decided this is the least painful route. But I'm having a weird
problem. I've found the env vars I need, and I'm happy to see that my
source trees are also passed as env vars to shell scripts.
For now my script is:
echo "Hello World"
echo ${3rdParty}
which outputs:
-------
Hello World
/blah/blah/Script-142FA71A110F8AF800E733F5.sh: line 3: ${3rdParty}: bad
substitution
-------
"3rdParty" is my source tree, and I've confirmed it's properly displayed
as part of the 'show env vars in build log' setting.
What does "bad substitution" mean?
I'm able to echo other env vars, just not this one. Is there some kind
of lame restriction on starting env var names with numbers?
Thanks,
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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