Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecations #137

Open
jonnyijapan opened this issue Sep 27, 2013 · 2 comments
Open

Fix deprecations #137

jonnyijapan opened this issue Sep 27, 2013 · 2 comments

Comments

@jonnyijapan
Copy link

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

@benhoyt
Copy link

benhoyt commented Jun 4, 2014

This is a dupe of #133 -- Issue #133

@jcbertin
Copy link

See also #158.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants