开发者

NSInvocation object related error .....Help !

开发者 https://www.devze.com 2023-01-26 12:04 出处:网络
NSInvocation: warning: object 0x463fa20 of clas开发者_开发问答s \'_NSZombie_CFString\' does not implement methodSignatureForSelector: -- trouble ahead

NSInvocation: warning: object 0x463fa20 of clas开发者_开发问答s '_NSZombie_CFString' does not implement methodSignatureForSelector: -- trouble ahead

* NSInvocation: warning: object 0x463fa20 of class '_NSZombie_CFString' does not implement doesNotRecognizeSelector: -- abort

How to solve this kind of error ? what does it indicates ?


Most possible cause is that you might forgot to retain the NSString somewhere, or over-releasing it.

0

精彩评论

暂无评论...
验证码 换一张
取 消