Why am I getting an isEqualToString error in this Cocoa code?

后端 未结 5 1259
南笙
南笙 2021-01-28 13:02

I keep getting this error:

alt text http://img514.imageshack.us/img514/2203/help.tif

What is it? I never even called \"isEqualToString\".

Here Is my Joke

5条回答
  •  南方客
    南方客 (楼主)
    2021-01-28 14:08

    your error message isn't being displayed but I'm assuming you've run into a statement which behind the scenes is calling isEqualToString and one of the objects isn't a string

提交回复
热议问题