kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
759 stars 238 forks source link

Fixes libffi 3.4.2 not linking correctly (missing symbols) on iOS Simulator #695

Closed misl6 closed 2 years ago

misl6 commented 2 years ago

libffi is not exposing (may be due to a libffi bug, have to dig into it a little deeper) ffi_tramp_alloc, ffi_tramp_free, ffi_tramp_get_addr, ffi_tramp_is_supported.

Fixes issue #694