Re: Problem With shell script build phase
Re: Problem With shell script build phase
- Subject: Re: Problem With shell script build phase
- From: Chris Espinosa <email@hidden>
- Date: Fri, 19 May 2006 17:59:21 -0700
On May 19, 2006, at 4:05 PM, Tommy Nordgren wrote: I have a problem with custom shell script build phases in my projects. I get one error message for each output file of every shell script build phase. Checking the build log, I see calls of mkdir, without a parameter. My shell scripts don't even use mkdir. How can I silence theese (nonfatal, but irritating) error messages. The troublesome projects are based on the C++ Tool stationery.
Perhaps if you post a little of the build log we could help.
Also, if you set the tool to "/bin/sh -x" it emits diagnostics into the build log, showing you what commands are executed.
Often if you have a script that invokes other scripts or tools, downstream errors are reported in the immediate tool (such as mkdir) rather than in the higher-level tool or the script itself.
Chris |
_______________________________________________
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