How to get Xcode 6 to write Pre-build script output to the Build log?
How to get Xcode 6 to write Pre-build script output to the Build log?
- Subject: How to get Xcode 6 to write Pre-build script output to the Build log?
- From: Peter Teeson <email@hidden>
- Date: Thu, 21 May 2015 12:05:49 -0400
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden