Posts

Post not yet marked as solved
1 Replies
768 Views
Switching screens works fine on my Mac (just running my python main.py file), but when I try via iOS (iPhone and Simulator) I get stuck. Pressing button does not bring me to the second screen (drawing screen). Interestingly when moving and pressing on the mouse, the app print the coordinates as it should. So technically I am on the second screen, but I can see only the first one.I don't get any error messages. kivy: 1.10.1python: 2.7.16Xcode: 10.2.1Mac MojaveCode:https://github.com/ksgfan/ApplePen/tree/masterWhere schould I look for the solution?
Posted
by ksgfan.
Last updated
.
Post not yet marked as solved
0 Replies
1.6k Views
Hello all,I try develop an simple app for my tablet, but I have some problems with Xcode.The app is written in kivy (it runs well both on python 2 and 3).I had some permissions issues but solved it with Build Phases -> Run Script ->rsync -avPEn --deleteNow when i try to run the app on simulator, it stays succeded, but then i get black screen for few second and folowing error:2019-04-25 14:58:30.902305+0200 penproject[4549:99657] libMobileGestalt MobileGestalt.c:890: MGIsDeviceOneOfType is not supported on this platform.2019-04-25 14:58:31.188795+0200 penproject[4549:99657] [framework] CUIThemeStore: No theme registered with id=02019-04-25 14:58:31.778856+0200 penproject[4549:99657] Available orientation: KIVY_ORIENTATION=LandscapeLeft LandscapeRight Portrait PortraitUpsideDown2019-04-25 14:58:31.779267+0200 penproject[4549:99657] PythonHome is: /Users/davidarchibald/Library/Developer/CoreSimulator/Devices/6840F9A1-01A3-4C9B-88E4-F645482929B0/data/Containers/Bundle/Application/A34340B4-F2C5-450C-9F5E-ACD5F82AF3E9/penproject.app2019-04-25 14:58:31.782511+0200 penproject[4549:99657] Initializing python2019-04-25 14:58:31.962334+0200 penproject[4549:99657] Running main.py: (null)2019-04-25 14:58:31.962547+0200 penproject[4549:99657] Unable to open main.py, abort.2019-04-25 14:58:31.965485+0200 penproject[4549:99657] LeavingI've tried reinstalling Xcode, uptading Xcode, reinstalling python and kivi. Could someone please help me?
Posted
by ksgfan.
Last updated
.