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

Conditionalize use of runtime methods for the 32 and 64 bit runtimes. #1

Closed
CodaFi opened this issue Nov 1, 2012 · 1 comment
Closed

Comments

@CodaFi
Copy link
Owner

CodaFi commented Nov 1, 2012

  • objc_allocateClassPair() is 64 bit only
    Replace with class_createInstance() in 32 bit mode.
  • objc_registerClassPair() is 64 bit only
    Replace with objc_addClass() in 32 bit mode.
@CodaFi
Copy link
Owner Author

CodaFi commented Jul 3, 2013

Fixed by d93be6f

@CodaFi CodaFi closed this as completed Jul 3, 2013
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

1 participant