Problems using agvtool during build
Problems using agvtool during build
- Subject: Problems using agvtool during build
- From: Claus Broch <email@hidden>
- Date: Tue, 15 Nov 2005 10:14:57 +0100
I want to automate my build procedure so the build number of the
product is automatically incremented every time I do a release build.
I have therefore added the following script phase to the target:
if [ "${CONFIGURATION}" = "Release" ] ; then
cd "${SRCROOT}"
/Developer/Tools/agvtool next-version
fi
However every time I build this from inside Xcode it is complaining
that it can either not save the project due to some file locking
problem or that the project has been changed externally. I know I
could just do the build process from xcodebuild but then I would have
to close down the project every time I wanted to do a build which is
not really a time saver.
Any thoughts or ideas?
TIA
Claus
_______________________________________________
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