Mirko Galimberti
Mirko Galimberti
Hi @onuratakan! Considering that the error is happening during a `github-action` run, can you link the failed job, so I can take a deeper look at it?
Agree about the "unsecure". Looks there's some issue on the `flask` recipe, which could probably be removed (so there's a high chance that the SSL issue is just a symptom,...
Meanwhile, you can try to remove the `flask` dependency and see what happens?
Are you still encountering the issue with the just released `python-for-android` and `buildozer`?
Did you try to add `libiconv.tbd` from "Frameworks, Libraries and Embedded Content" in Xcode? PS: if this fixes the issue, please don't close the issue, cause `kivy-ios` should add by...
Tested over `touchtracer` and `showcase` and works fine with mipmapping disabled.
- :heavy_check_mark: mipmap issue got fixed thanks to @kakashidinho (The author of `MetalANGLE`). - :mailbox: I proposed to the SDL2 team a migration to `MetalANGLE.framework` in order to not rely...
Update: - I had to add a fix in order to remove the un-needed archs from `MetalANGLE.framework/MetalANGLE` because Apple Store Validation was refusing Universal frameworks. - ~~Now it seems failing...
@mbrockman1 It's not merged yet. You're using it for some specific reason or just for testing?
@mbrockman1 Sounds good to have some testing and reporting! FYI: I'm not expecting to remove the WIP tag and requesting for a merge until at least one of these two...