xcodebuild problem: project's build script not running
xcodebuild problem: project's build script not running
- Subject: xcodebuild problem: project's build script not running
- From: Dennis Christopher <email@hidden>
- Date: Wed, 9 Apr 2008 11:46:35 -0400
I build my Xcode 2.4 project locally with Xcode, and it is also built
at a remote site by
a build script that calls xcodebuild. the site syncs the project
file, etc. with p4.
The build script calls xcodebuild as follows:
xcodebuild -project "name".xcodeproj -target "name".app -
configuration Release clean build
this has worked well for quite a while but recently a problem has
come up with the resultant
binary being too large. Investigation reveals that a run script build
phase that calls strip on the
executable is not being activated (or is being activated and is
failing somehow.)
The output from xcodebuild is captured in a log and shows the
commands and results for
CompileC, Ld and CreateUniversalBinary
--but without any errors.
How can I debug this?
Dennis
_______________________________________________
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