Re: Xcode 4 hangs during build and large project advice
Re: Xcode 4 hangs during build and large project advice
- Subject: Re: Xcode 4 hangs during build and large project advice
- From: Daniel Vollmer <email@hidden>
- Date: Wed, 16 Mar 2011 18:55:19 +0100
On 16 Mar 2011, at 14:50, Jon Gotow wrote:
> On Mar 16, 2011, at 4:21 AM, Daniel Vollmer wrote:
>
>> after diving in head-first and trying out Xcode 4 with a large CFD software, I've encountered the problem that during the build of the final target, Xcode just hangs. It's not unresponsive (i.e. I can stop the build), but it never finishes the build either. The libraries and executables are all BSD static libraries or command-line applications written in C.
>
>
> I've run into this too. I haven't chased it down extensively, but I do know that if you turn off multi-threaded builds it will work (I think it's in the Scheme settings - I don't have Xcode 4 in front of me at the moment).
It turned out that my problem was a static BSD library linking against itself (i.e. a circular reference). Once I removed this references, the build works as expected.
I wish now that Xcode 4 is public, that its discussion forum were made available to normal ADC members (without any AppStore affiliations).
Daniel. _______________________________________________
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