You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am kivy-ios and built libpython3.so and other dependent .so libraries. Using these libraries and swift to develop a static library, when initializing the python interpreter, it is easy to cause the app to crash. The following is a crash call stack。
Below is my code for initialization. Almost all crashes happen in Py_Initialize(); method, I can't figure out what's going on here
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
If you're having trouble installing or using kivy-ios, maybe you could be interested to installation and requirements.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Versions
I am kivy-ios and built libpython3.so and other dependent .so libraries. Using these libraries and swift to develop a static library, when initializing the python interpreter, it is easy to cause the app to crash. The following is a crash call stack。
Below is my code for initialization. Almost all crashes happen in
Py_Initialize();
method, I can't figure out what's going on hereTasks
The text was updated successfully, but these errors were encountered: