johnezang / JSONKit

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

can not use with xcode 7 #183

Open yongye507 opened 9 years ago

yongye507 commented 9 years ago

can not use with xcode 7, when run simulator crush in "void keyObjectISA = ((void )keys[idx]);"

BadSuNian commented 9 years ago

How to solve

danielStokowski commented 9 years ago

+1. I fixed problem and created pull request: https://github.com/johnezang/JSONKit/pull/184. You can also find it in my fork: https://github.com/danielStokowski/JSONKit. Let me know if it helped. Cheers

jcbertin commented 8 years ago

You may also see #158.

hh2k commented 8 years ago

@danielStokowski your fix works for me, thanks