-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matplotlib gets app freezing while uploading on phone #903
Comments
@tcaduser Could you possibly share some working code you used to develop the recipe? |
Matplotlib Compatibility: |
@causeri3 Can you try my project if it solve your issue: https://github.com/mp-007/kivy_matplotlib_widget You can used this working example:
|
Can you run with the xcode debugger attached to your iphone and see if it crashes in the c code. I haven't worked with this recently, but I have had issues where I have needed to compile multiple times to get the code in a good state. I think there may be some caching issue between the IOS phone and phone simulator builds. |
Please see here for a brief description of what I am encountering. |
Will try later, right now https://download.savannah.gnu.org seems to be down. |
Tbh, I gave up on matplotlib and visualize the data simplified with kivy widgets. The old XCode debugging logs from the build on my iPhone are above. For the moment, I keep on struggeling to get the App on TestFlight. |
I can't get kivy running on my ios device with matplotlib. It freezes on my phone while I see the uploading screen.
MRE
My setup
Running
XCode gives me:
The text was updated successfully, but these errors were encountered: