-[Protocol retain] warning
-[Protocol retain] warning
- Subject: -[Protocol retain] warning
- From: Larry Campbell <email@hidden>
- Date: Tue, 11 Nov 2003 16:38:15 -0500
I have some code that passes a bunch of objects to a thread through an
NSArray. One of the objects it passes is a Protocol. In Panther, when I
construct the array - which causes a retain message to be sent to each
object - I get this warning:
*** -[Protocol retain]: warning: Object compatibility method has been
executed at least once. Convert source code off it NOW!
How am I supposed to pass a protocol around?
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.