-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
I get this when attempting an arm64 build (for iOS):
pyobjus/pyobjus.c:27837:55: error: 'objc_msgSend_stret' is unavailable: not available in arm64
ffi_call((&__pyx_v_self->f_cif), ((void (*)(void))objc_msgSend_stret), __pyx_v_res_ptr, __pyx_v_f_args);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/usr/include/objc/message.h:128:18: note:
'objc_msgSend_stret' has been explicitly marked unavailable here
OBJC_EXPORT void objc_msgSend_stret(id self, SEL op, ...)
^
1 error generated.
vlastachu
Metadata
Metadata
Assignees
Labels
No labels