|
From: Chris E. <ch...@ei...> - 2008-08-04 11:18:29
|
> I was playing around with HOC again, and I noticed that some methods > aren't generated. In particular, I saw that in the class NSString the > method dataUsingEncoding seems to be missing. Also, functions like > "characterAtIndex" are missing. Are other users experiencing the same > problems? Or did I do something wrong? Some additional info: I'm on 10.5, 6.8.3, and HOC built fine. In the build logs, however, I'm seeing: > type not found: "NSStringEncoding" The method dataUsingEncoding uses that type, so that might have something to do with it. I'm not sure why the type isn't found, because it's just an enum in NSString [1]. Any thoughts? -chris [1]: http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html |