Categories
Categories
- Subject: Categories
- From: email@hidden
- Date: Sat, 4 May 2002 18:03:28 -0400
I've created a category of NSMutableData, compiled it into a framework,
and am now trying to use it in an application. I've imported the header
file from the framework, and the application compiles fine. But when I
try to run it, I get these errors:
2002-05-04 18:01:34.507 Compressor[4006] *** -[NSConcreteMutableData
bzip2]: selector not recognized
2002-05-04 18:01:34.531 Compressor[4006] *** -[NSConcreteMutableData
bzip2]: selector not recognized
What's up with that? I thought I could just use the selectors added by
my category as if they were normal ones. Am I supposed to do something
special?
Owen Anderson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.