Re: IB Bug? maybe?
Re: IB Bug? maybe?
- Subject: Re: IB Bug? maybe?
- From: Bill Monk <email@hidden>
- Date: Mon, 09 Aug 2010 16:32:36 -0500
On Aug 9, 2010, at 2:03 PM, email@hidden wrote:
> I created a minimal application that exhibits the problem:
>
> http://www.acordex.com/temp/scancontrolltest.zip
>
> thank you for anything you notice.
There's a warning on ScanController's -init: "control reaches end of non-void function".
-(id) init
{
// scanner is automatically set up once it's found.
[NSBundle loadNibNamed:@"ScannerControl" owner:self];
}
IOW, you forgot to return self. Or to call [super init].
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden