On Tue, Nov 10, 2009 at 8:44 PM, Jim Kang <jimk...@gmail.com> wrote: > When I stepped through it, a sort of exception was thrown at the call to > methodSignatureForSelector (it didn't like that the selector had an argument > that was a raw pointer instead of an id or pointer to an Objective-C > object).
A "sort of" exception was thrown? Please post exactly what you saw in the console or the debugger. The above doesn't make much sense to me... methods can take raw pointers just fine. As a guess are you possible seeing the debugger jump between independent threads going thru the same code? -Shawn _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com