XCode 3.2.2 Hangs after Clean All but Previous Version Doesn't
-
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) clean all
6) I build and it goes fine (it says precompiling, building, running)
7) I quit my app
8) clean all
9) back to 3
Has anyone else experienced this? It only happens with this code. -
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-dev...> 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. 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) clean all
> 6) I build and it goes fine (it says precompiling, building, running)
> 7) I quit my app
> 8) clean all
> 9) back to 3
>
>
> Has anyone else experienced this? It only happens with this code.
>
--
Best regards,
Rui Pacheco -
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 folder and checking it out again.
>
> On 26 April 2010 14:06, Brad Stone <cocoa-dev...> 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. 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) clean all
> 6) I build and it goes fine (it says precompiling, building, running)
> 7) I quit my app
> 8) clean all
> 9) back to 3
>
>
> Has anyone else experienced this? It only happens with this code.
>
>
>
> --
> Best regards,
> Rui Pacheco
-
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 Stone wrote:
> 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 folder and checking it out again.
>>
>> On 26 April 2010 14:06, Brad Stone <cocoa-dev...> 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. 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) clean all
>> 6) I build and it goes fine (it says precompiling, building, running)
>> 7) I quit my app
>> 8) clean all
>> 9) back to 3
>>
>>
>> Has anyone else experienced this? It only happens with this code.
>>
>>
>>
>> --
>> Best regards,
>> Rui Pacheco
-
Thomas Clement Re: XCode 3.2.2 Hangs after Clean All but Previous Version Doesn't Apr 26 2010, 15:55On 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


