johnezang / JSONKit

Objective-C JSON
6.21k stars 1.66k forks source link

Assignment to Objective-C's isa deprecated in favor of object_setClass() #157

Closed wongzigii closed 10 years ago

wongzigii commented 10 years ago

Error happens on Line 680 and Line 932. Anyone know how to fix it, please?

abhibeckert commented 10 years ago

Personally I'm "fixing" it by switching to NSJSONSerialization.

A year ago, I ran into problems with JSONKit being unable to compile for 64 bit. Forcing a 32 bit compile solved it but that was only ever a temporary solution. Soon Apple will require code compiled for 64 bit.

Since JSONKit is not keeping up with changes in iOS, it is time for everyone to stop using it.

wongzigii commented 10 years ago

@abhibeckert anyway,thanks.