Script Phase spills empty mkdirs?
Script Phase spills empty mkdirs?
- Subject: Script Phase spills empty mkdirs?
- From: Fritz Anderson <email@hidden>
- Date: Wed, 22 Jun 2005 16:12:48 -0500
Xcode 2.1 on 10.4, project converted from 1.x through 2.0 to 2.1.
At the beginning of my application target, I have a script phase that
converts my scripting definition file into scriptTerminology,
scriptSuite, and .r files for later use in the build. The script is
sdp -f ast -i NSCoreSuite.sdef -V 10.3 MyApp.sdef
The input files are
MyApp.sdef
NSCoreSuite.sdef
and the output files are
MyApp.scriptTerminology
MyApp.scriptSuite
MyAppScripting.r
Much to my bemusement, I am now getting three nonfatal errors in
every build that involves the .sdef files. These arise from three
invocations of mkdir, with no argument, at the beginning of
PhaseScriptExecution (before even the cd to the project directory and
the setup of the environment). Each error is "error: couldn't create
directory : Bad address".
The build proceeds to a successful conclusion, but I take the red
badge with the three on/next to it as a stain on my character. Is
there any way to be rid of it?
-- F
_______________________________________________
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