How to remove 'not found in protocol' compiler warning
How to remove 'not found in protocol' compiler warning
- Subject: How to remove 'not found in protocol' compiler warning
- From: Paul Johnson <email@hidden>
- Date: Fri, 12 Nov 2010 08:09:03 -0600
I'm getting a compiler warning message at the following line of code:
NSArray *selectedObjects = [[secondTableView dataSource] selectedObjects
];
The warning message is <'selectedObjects' not found in protocol>.
Can someone suggest what I need to do to remove the warning?
_______________________________________________
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