Xcode 6 on Yosemite 10.10.3 OS X project

I have an External Build Project. In the Pre-Build options for a Target I have 
dragged a script named configure.command which has been chmod'ed to u+x. 
The script echoes a comment and executes a ./configure for the dir involved. 

Doing an ls -al conf* shows the script ran because of the date/time on the 
relevant conf* files.
However the output does not appear in the Xcode Build log. Why not?

If I setup a second Target which only runs the same script and then make the 
first Target depend on the 2nd one then the output IS shown in the build log.

Why is that? And why not for the Pre-build?
So how can I get the Pre-build to write to the Xcode Build log?

Thanks


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to