Re: xcodebuild slow to return?
Re: xcodebuild slow to return?
- Subject: Re: xcodebuild slow to return?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 18 Mar 2009 09:38:37 +0100
Le 18 mars 09 à 09:24, Jim Wintermyre a écrit :
I have an Xcode project with a target that is a bundle. This target
only has one file in it. I need to build this same target many
times (over 50 times) with different build environment settings so
that the output is slightly different each time, so I use a script
calling xcodebuild and passing the appropriate environment variables
for each iteration.
For reasons that I don't want to get into, I still need to build
this project with Xcode 2.5. So I used xcode-select to make sure
it's using the 2.5 tools to build it. At the very end of building
the target, *after* the "BUILD SUCCEEDED" output, it sits there
doing apparently nothing for up to 20 seconds (Mac Pro 8-core
running Leopard). This is a major bummer because that one file only
takes about a second to compile. So multiply that out by over 50
times and that's a lot of waiting around doing nothing.
I tried switching to the Xcode 3.x tools for xcodebuild, and this
mysterious wait seems to have gone away. Unfortunately I can't
switch this project to Xcode 3 yet, so I was wondering if anyone
knows what this mysterious wait is in the 2.5 version of xcodebuild,
and if there's any workaround?
man sample(1) and Shark may give you some hint about the problem.
_______________________________________________
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