Re: rezzing forever
Re: rezzing forever
- Subject: Re: rezzing forever
- From: Steve Christensen <email@hidden>
- Date: Fri, 16 Mar 2007 11:39:59 -0700
On Mar 16, 2007, at 10:46 AM, Micah Sharp wrote:
On Mar 15, 2007, at 5:26 PM, Micah Sharp wrote:
On Mar 15, 2007, at 4:27 PM, Chris Espinosa wrote:
On Mar 15, 2007, at 4:11 PM, Micah Sharp wrote:
Hi, has anyone seen XCode suddenly start rezzing on and on with
no end in sight? This is with a .r file that never used to have
any problems. I cannot think of what I changed recently. I'm
using XCode 2.3, I'm on PPC 10.4.8. My MacBookPro has no
problems with 10.4.9 and XCode 2.3 as well.
When we've seen this problem it's often because you've
inadvertantly added the same .r file twice to the target, and
Xcode is trying to Rez it on both processors simultaneously.
There's a fix for this in Xcode 2.4, and you should look in your
ResourceManager Resources build phase to make sure that there are
not duplicate instances of the same .r file.
Seems to be only one in there, but I'll try updating to 2.4 to see
if that helps.
Hmm, that didn't seem to do the trick. I have 2.4, and tried
removing the .r file and putting it back in, but no luck. Any
other ideas?
I turned on Show Diagnostic Output and I got an error showing at
"type 'PiPL'", which is a .r included in my .r file I'm trying to rez.
Is it possible that you've introduced an include loop somehow? For
example, file1.r includes file2.r, file2.r includes file3.r, file3.r
includes file2.r, ...
steve
_______________________________________________
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