Re: Error after upgrading XCode 3 to 3.1.2
Re: Error after upgrading XCode 3 to 3.1.2
- Subject: Re: Error after upgrading XCode 3 to 3.1.2
- From: glenn andreas <email@hidden>
- Date: Sat, 06 Dec 2008 12:13:55 -0600
On Dec 6, 2008, at 11:54 AM, email@hidden wrote:
Some further info...
Here are the "offending" lines of code in that particular error:
[code]
(IBOutlet) NSArrayController *tblYarn; // the complaint is at the
beginning on this line of code
(IBOutlet) NSArrayController *tblUser;
These should be:
IBOutlet NSArrayController *tblYarn;
IBOutlet NSArrayController *tblUser;
_______________________________________________
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