kivy / kivy-ios

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

freetype recipe version 2.5.5 has been removed from remote repo #662

Closed mabboud1994 closed 2 years ago

mabboud1994 commented 2 years ago

With the latest version of kivy-ios, the builder try to download the recipe 'freetype 2.5.5' which is no more presents in remote repo of freetype releases.

So when i try toolchain build freetype i got this message: "value error: read of closed file"

i fixed this issue by manually editing the class FreeTypeRecipe and adding an existing version of freetype.

misl6 commented 2 years ago

Hi @mabboud1994, The issue has already been fixed on master branch. (See #632 ad #629)