-
Notifications
You must be signed in to change notification settings - Fork 242
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
kivy-ios runs in simulator but not on physical iPhone #567
Comments
Hi @kgeoffrey can you please share some details about your environment? |
Hey @misl6 I am using a venv with py3. I am running this on MacOS Catalina 10.15.5 |
How about the physical device? Also, can you share the Xcode project or part of it (i.e the |
I have tried it on an iPhone SE second gen, iOS 14.1 (with Xcode 12), and an iPhone 6S with iOS 13 This is main.m: ` #import <Foundation/Foundation.h> void export_orientation(); int main(int argc, char *argv[]) {
#define MAIN_EXT @"pyc"
} // This method reads the available orientations from the Info.plist file and
} void load_custom_builtin_importer() { ` |
Sorry for the delay, can you please describe your installation and building procedure? |
Closing due to inactivity, feel free to re-open if it still needed. |
Hi, Can you please help me? Thanks |
@misl6 here is my main.m #import <Foundation/Foundation.h> void export_orientation(void); int main(int argc, char *argv[]) {
#define MAIN_EXT @"py"
} // This method reads the available orientations from the Info.plist file and
} void load_custom_builtin_importer() { |
Hi @itivoni123 , |
I am trying to run a kivy application on my iPhone. So far the simulator builds and runs the app and while the build also succeeds for the physical iPhone, when I try to open the application I get the following error message:
2020-12-03 21:35:29.101148+0100 testapp[913:114429] Available orientation: KIVY_ORIENTATION=LandscapeLeft LandscapeRight Portrait PortraitUpsideDown
2020-12-03 21:35:29.101196+0100 testapp[913:114429] Initializing python
2020-12-03 21:35:29.177107+0100 testapp[913:114429] Running main.py: /private/var/containers/Bundle/Application/C5855782-7DE8-4A5D-8AA4-FED75BCA257E/testapp.app/YourApp/main.pyc
[INFO ] [Kivy ] v2.0.0rc1, git-Unknown, 20200721
[INFO ] [Kivy ] Installed at "/private/var/containers/Bundle/Application/C5855782-7DE8-4A5D-8AA4-FED75BCA257E/testapp.app/lib/python3.8/site-packages/kivy/init.py"
[INFO ] [Python ] v3.8.2 (default, Jul 21 2020, 20:32:31)
[Clang 11.0.3 (clang-1103.0.32.62)]
[INFO ] [Python ] Interpreter at "/private/var/containers/Bundle/Application/C5855782-7DE8-4A5D-8AA4-FED75BCA257E/testapp.app/testapp"
[INFO ] [Factory ] 184 symbols loaded
[INFO ] [Image ] Providers: (img_imageio, img_tex, img_dds, img_sdl2, img_ffpyplayer, img_gif, img_pil ignored)
[CRITICAL] [App ] Unable to get any Image provider, abort.
Thanks
The text was updated successfully, but these errors were encountered: