JSONKit icon indicating copy to clipboard operation
JSONKit copied to clipboard

Repair JSONKit.m file appears in the iOS 6.0 or later version of warning.

Open HerrEmrys opened this issue 11 years ago • 3 comments

The warning at iOS 6.0 or later.

  • array->isa = _JKArrayClass;
  • object_setClass(array,_JKArrayClass);
  • dictionary->isa = _JKDictionaryClass;
  • object_setClass(dictionary,_JKDictionaryClass);

HerrEmrys avatar Apr 19 '13 08:04 HerrEmrys

Same question

akinLiu avatar Apr 22 '13 05:04 akinLiu

Duplicate of #139.

streeter avatar Oct 12 '13 03:10 streeter

Duplicate of #121

streeter avatar Oct 12 '13 03:10 streeter