I am developing an iPhone app in Cocoa.
I have a warning in XCode reading “method in protocol not implemented.” My protocol has 50 methods.
Is there a way for XCode to efficiently tell me which method(s) is/are not implemented?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Command+4open the Issue navigator, sortBy Type, click the arrow beforeIncomplete implementationand you will find the missing method.