Skip to content

[v2023.08.24] - 2023-08-24

Compare
Choose a tag to compare
@misl6 misl6 released this 25 Aug 09:22
· 24 commits to master since this release
526788f

Full Changelog

Highlights:

  • This is the last version of kivy-ios that uses static libraries (.a) instead of an .xcframework (needed to support ARM64 simulator).
  • Kivy recipe now builds 2.2.1 by default.
  • Fixed an issue that prevented to link the main executable against libfreetype and SDL_ttf when both are needed.

Fixed bugs:

  • ld: 407 duplicate symbols for architecture arm64 #787

Closed issues:

  • please delete #846
  • Label and MDLabel don't work correctly on iOS #845
  • ImportError: dynamic module does not define module export function (PyInit__bcrypt) #841
  • Build failure #838
  • Custom recipes just like p4a #837
  • pandas recipe #836
  • Build numpy: '['/kivy/dist/hostpython3/bin/python', '-m', 'cython', '-3', '--fast-fail', '-o', '_philox.c', '_philox.pyx']' returned non-zero exit status 1.' #835
  • ios.c not found when building ios for kivy #833
  • Imvaild symlink #825
  • dynamic module does not define module export function (PyInit__multiarray_umath) #822
  • Toolchain build openssl not working #819
  • OSError: codec configuration error when reading image file #818
  • Command PhaseScriptExecution failed with a nonzero exit code #817
  • We discovered that the content didn’t load after lauched. #816
  • Asset validation failed Invalid bundle structure. The “soccer.app/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-darwin.so” binary file is not permitted. #815
  • Asset validation failed Invalid Bundle Structure for libnpyrandom.a and libnpymath.a #814
  • kivy-ios Not found '_SHA256.so' #813
  • The toggling of the 'readonly' attribute (True/False) for the MDTextField is not functioning as expected in the xcode build #811
  • libpng recipe won't build #808
  • build error in Python3.8 #796

Merged pull requests:

  • Use a pinned version of Cython for now, as most of the recipes are incompatible with Cython==3.x.x #844 (misl6)
  • Remove Unused Dependency: requests #840 (gdrosos)
  • Fix download from sourceforge (and possibly many others) #830 (misl6)
  • Now Github Actions provides python3 via setup-python also for Apple Silicon macs #829 (misl6)
  • Bump Kivy version to 2.2.1 #828 (misl6)
  • Update libpng recipe and build SDL2_ttf vendored freetype with png support, so can render colored emoji #827 (misl6)
  • SDL_ttf: Hide internal symbols via single-object prelink #820 (misl6)
  • Update zbarlight recipe to 3.0, refactor #805 (Cheaterman)
  • Refactor biglink ; add extra assertions to help debug failures #804 (Cheaterman)