Re: All IBOutlet instance variables show 0x0 - they're not there?! XCode bug?
Re: All IBOutlet instance variables show 0x0 - they're not there?! XCode bug?
- Subject: Re: All IBOutlet instance variables show 0x0 - they're not there?! XCode bug?
- From: "John C. Randolph" <email@hidden>
- Date: Thu, 16 Sep 2004 16:40:19 -0700
On Sep 15, 2004, at 8:59 PM, Steven Harms wrote:
I've either done something drastically terrible (and have no idea how
to recover) or something is screwy with my tools.
I was editing MyDocument.m in a Cocoa based application and I was
debugging a subroutine that captures data about 10 IBOutlets
(myImageView) in MyDocument.nib.
All of a sudden the data was looking wrong - the array had 0 entries.
It was returning the expected length of 9 but a few edits before.
When i put a breakpoint right before the NSArray was constructed, I
saw that image1-10 were all listed as 0x0. All the other outlets were
* also * set as 0x0.
I checked the NIB in IB and saw that all the outlets were as they
ought be between the File's Owner and the Outlets. I'm a bit stymied
as to what I could have done to mess this up. All I did was shut down
the computer, swap batteries (it had 10 minutes left), and fire the
machine back up. I tried a make clean, thinking perhaps some cached
build data was off....but no.
Anyone seen this?
Did the symptom repeat after the reboot?
-jcr
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden