Re: Shell scripts, build rules
Re: Shell scripts, build rules
- Subject: Re: Shell scripts, build rules
- From: Dario Accornero <email@hidden>
- Date: Sat, 22 Nov 2003 13:50:53 +0100
On 22 Nov 2003, at 9:14, Glen Low wrote:
1. In a native target, shell scripts *always* seem to be executed
last, even if you put them first in the phase ordering. I originally
thought they never got executed, but that was because the Sources
build phase errored and so it never got to the Shell Script phase.
Funny you should mention that, on my machine (7C107 with Xcode 1.0.1)
shell scripts are always executed *first*, not last. ;-)
Shell script phases are badly broken in Xcode 1.0.x -- I've reported
this as rdar://3465205 on 28th October but sadly it's still
Open/Analyze.
The solution is to create new targets that contain just a shell script
phase, and add direct dipendencies on these targets.
HTH,
Dario
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.