JSONKit icon indicating copy to clipboard operation
JSONKit copied to clipboard

Fix deprecations

Open jonnyijapan opened this issue 12 years ago • 2 comments

This lib needs deprecations fixed:

/JSONKit-master/JSONKit.m:680:12: 'isa' is deprecated /JSONKit-master/JSONKit.m:680:5: Assignment to Objective-C's isa is deprecated in favor of object_setClass() /JSONKit-master/JSONKit.m:931:17: 'isa' is deprecated /JSONKit-master/JSONKit.m:931:5: Assignment to Objective-C's isa is deprecated in favor of object_setClass() /JSONKit-master/JSONKit.m:2598:77: Bitmasking for introspection of Objective-C object pointers is strongly discouraged

jonnyijapan avatar Sep 27 '13 05:09 jonnyijapan

This is a dupe of https://github.com/johnezang/JSONKit/issues/133 -- Issue #133

benhoyt avatar Jun 04 '14 15:06 benhoyt

See also #158.

jcbertin avatar Nov 13 '14 16:11 jcbertin