Re: Incomplete implementation, Method in protocol not implemented
Re: Incomplete implementation, Method in protocol not implemented
- Subject: Re: Incomplete implementation, Method in protocol not implemented
- From: Christian Unger <email@hidden>
- Date: Fri, 23 Mar 2012 08:46:48 +0100
Maybe it would be a good idea that once once we declare that a class should implement to a certain protocol to have Xcode put at least the required methods of this protocol into an implementation body?
On Mar 23, 2012, at 8:07 AM, Luther Baker wrote: Found it!
Had to open up the arrow in the Issue Navigator.
Sorry, it's late.
Thanks, -Luther On Fri, Mar 23, 2012 at 2:04 AM, Luther Baker <email@hidden> wrote:
I'm implementing several protocols and I get this message
Incomplete implementation
Method in protocol not implemented
Unfortunately, neither the Issue Navigator nor the inline warning seem to tell me which protocol method is missing. So I end up looking up all the protocols one by one, comparing each required method ... looking for missing signatures or types, etc.
I'm very inefficient at tracking the problem down this way - but since the compiler is complaining - does it actually know which method is missing?
... and does it list it somewhere for me to quickly find?
Thanks, -Luther
|
_______________________________________________
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