Internal Error when building with xcodebuild
Internal Error when building with xcodebuild
- Subject: Internal Error when building with xcodebuild
- From: Glen Simmons <email@hidden>
- Date: Fri, 10 Dec 2004 15:43:29 -0600
I have a fair sized project that I'm trying to build with an automated
process using xcodebuild. It works most of the time, but sometimes it
fails with the message "Internal Error" and nothing else. It's not a
compiler or linker problem because the same exact code base will build
just fine other times. Restarting seems to fix it, but that may be a
red herring.
If it helps, here's my setup: Main project A 4 targets that are
variations on the same application, as well as an aggregate target.
Project A has a cross-project dependency on a target of project B,
which itself has dependencies on a target of project C and a target of
project D. Projects B, C and D all produce libraries. The command I'm
using is:
xcodebuild -buildstyle "Deployment -target "Aggregate Target Name"
clean install
This is called from a shell script which does a few other things.
Thanks,
Glen Simmons
_______________________________________________
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