Re: Strange warnings
Re: Strange warnings
- Subject: Re: Strange warnings
- From: Henri Lamiraux <email@hidden>
- Date: Tue, 18 Sep 2001 15:40:38 -0700
In your MyController.m your are most likely missing an #import of the
custom view header.
On Tuesday, September 18, 2001, at 03:30 PM, email@hidden wrote:
Hello all,
I have a custom view class for a view on my window. It contains a lot
of methods with return type of void. I set this view class as a outlet
of MyController class.
The compiler give me warnings every time I call view's methods in
MyController. The warnings are the same for every call:
cannot find method.
return type for 'aaa:(methods name)' defaults to id.
But in fact, the application executed well and run those methods which
compiler mentioned cannot find. So I am quite confused.
Thanks,
Fei
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Henri Lamiraux
Engineering Manager
User Interface Tools Group
Apple