XCode 3.2.2 Hangs after Clean All but Previous Version Doesn't

2010-04-26 Thread Brad Stone
The same code builds fine after a clean all in 3.2.1 and 3.2. In the new version, 3.2.2, it hangs during the build. Here's the sequence: 1) I open the code 2) clean all 3) I build and it hangs (still says Clean succeeded in the bottom right of the window) 4) I force quit and reopen code 5)

Re: XCode 3.2.2 Hangs after Clean All but Previous Version Doesn't

2010-04-26 Thread Rui Pacheco
Does it happen with all projects or always the same? If its always the same project try deleting the project folder and checking it out again. On 26 April 2010 14:06, Brad Stone cocoa-...@softraph.com wrote: The same code builds fine after a clean all in 3.2.1 and 3.2. In the new version,

Re: XCode 3.2.2 Hangs after Clean All but Previous Version Doesn't

2010-04-26 Thread Brad Stone
Nope, just this project. I loaded it on a different Mac, same problem and it's OK in 3.2. The thing is I can't even debug it. On Apr 26, 2010, at 9:14 AM, Rui Pacheco wrote: Does it happen with all projects or always the same? If its always the same project try deleting the project

Re: XCode 3.2.2 Hangs after Clean All but Previous Version Doesn't

2010-04-26 Thread John Pannell
Hi Brad I have no solutions, but can confirm that I have the same issue. I've ended up quitting after all cleans, relaunching, and then building (which works, but is clearly a workaround, not a fix). John Positive Spin Media http://www.positivespinmedia.com On Apr 26, 2010, at 7:18 AM, Brad

Re: XCode 3.2.2 Hangs after Clean All but Previous Version Doesn't

2010-04-26 Thread Thomas Clement
On Apr 26, 2010, at 3:06 PM, Brad Stone wrote: The same code builds fine after a clean all in 3.2.1 and 3.2. In the new version, 3.2.2, it hangs during the build. Has anyone else experienced this? It only happens with this code. This is a bug in Xcode. File a bug report. Thomas