You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: