• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: IB Bug? maybe?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: IB Bug? maybe?
      • From: Brian Postow <email@hidden>
  • Prev by Date: Re: calling a function in one class from another
  • Next by Date: Re: IB Bug? maybe?
  • Previous by thread: Re: IB Bug? maybe?
  • Next by thread: Re: IB Bug? maybe?
  • Index(es):
    • Date
    • Thread