You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the compiler is "fooled" into passing an array of 6 id type values when calling the wrappers' blocks.
It's better to replace this mechanism with a generic solution, e.g. using ffi_call from libffi.
Right now the compiler is "fooled" into passing an array of 6 id type values when calling the wrappers' blocks.
It's better to replace this mechanism with a generic solution, e.g. using ffi_call from libffi.
See https://github.com/landonf/libffi-ios for a iOS adapted version of libffi
See also http://linux.die.net/man/3/ffi_call
The text was updated successfully, but these errors were encountered: