kivy / kivy-ios

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

Unknown class `<BoxShadow>` #758

Closed HeaTTheatR closed 1 year ago

HeaTTheatR commented 1 year ago

There is a bug in Kivy-iOS (I assume it's a bug). You can't use the Kivy of master version because the BoxShadow class was not found. This is strange, because looking at the logs I see that it is the master version of the Kivy framework that is being used:

Снимок экрана 2023-01-15 в 14 40 23

Снимок экрана 2023-01-15 в 14 44 34

misl6 commented 1 year ago

Did you cleaned the .cache folder (The one that stores the previous packages downloads) before the build?

HeaTTheatR commented 1 year ago

@misl6 No. Now I'm trying to do it and test it again...

HeaTTheatR commented 1 year ago

Cleaning up previous builds helped.