2017-07-29 22:45:31.207058-0600 kivytest[262:7544] [DYMTLInitPlatform] platform initialization successful
2017-07-29 22:45:31.513538-0600 kivytest[262:7415] Available orientation: KIVY_ORIENTATION=LandscapeLeft LandscapeRight Portrait PortraitUpsideDown
2017-07-29 22:45:31.513625-0600 kivytest[262:7415] PythonHome is: /var/containers/Bundle/Application/4CE2A49C-150F-42CA-84D7-50FB19EEDC54/kivytest.app
2017-07-29 22:45:31.515240-0600 kivytest[262:7415] Initializing python
2017-07-29 22:45:31.602884-0600 kivytest[262:7415] Running main.pyo: /var/containers/Bundle/Application/4CE2A49C-150F-42CA-84D7-50FB19EEDC54/kivytest.app/YourApp/main.pyo
[INFO ] [Kivy ] v1.10.0
[INFO ] [Python ] v2.7.1 (r271:86832, Jul 29 2017, 21:42:14)
[GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)]
[INFO ] [Factory ] 194 symbols loaded
[INFO ] [Image ] Providers: img_imageio, img_tex (img_dds, img_sdl2, img_ffpyplayer, img_pil, img_gif ignored)
[INFO ] [OSC ] using <thread> for socket
[INFO ] [Window ] Provider: sdl2
2017-07-29 22:45:31.928129-0600 kivytest[262:7415] Metal GPU Frame Capture Enabled
2017-07-29 22:45:31.928519-0600 kivytest[262:7415] Metal API Validation Enabled
2017-07-29 22:45:31.954183-0600 kivytest[262:7415] libMobileGestalt MobileGestaltSupport.m:153: pid 262 (kivytest) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and IS NOT appropriately entitled
2017-07-29 22:45:31.954374-0600 kivytest[262:7415] libMobileGestalt MobileGestalt.c:550: no access to InverseDeviceID (see <rdar://problem/11744455>)
[INFO ] [GL ] Using the "OpenGL ES 2" graphics system
[INFO ] [GL ] Backend used <sdl2>
[INFO ] [GL ] OpenGL version <OpenGL ES 2.0 Metal - 39.9>
[INFO ] [GL ] OpenGL vendor <Apple Inc.>
[INFO ] [GL ] OpenGL renderer <Apple A10 GPU>
[INFO ] [GL ] OpenGL parsed version: 2, 0
[INFO ] [GL ] Shading version <OpenGL ES GLSL ES 1.00>
[INFO ] [GL ] Texture max size <4096>
[INFO ] [GL ] Texture max units <8>
[INFO ] [Window ] auto add sdl2 input provider
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
[INFO ] [Base ] Start application main loop
Got dlopen error on Foundation: dlopen(/System/Library/Frameworks/Foundation.framework/Versions/Current/Foundation, 1): image not found
Got fallback dlopen error on Foundation: dlopen(/Groups/System/Library/Frameworks/Foundation.framework/Versions/Current/Foundation, 1): image not found
Message from debugger: Terminated due to signal 9
2017-07-29 22:54:57.003 kivytest[83688:1466531] Available orientation: KIVY_ORIENTATION=LandscapeLeft LandscapeRight Portrait PortraitUpsideDown
2017-07-29 22:54:57.003 kivytest[83688:1466531] PythonHome is: /Users/Tardis/Library/Developer/CoreSimulator/Devices/562A5A42-5E90-4224-9592-B88FD0A02224/data/Containers/Bundle/Application/59FAA987-8608-4A78-ABD4-8DA38828275B/kivytest.app
2017-07-29 22:54:57.003 kivytest[83688:1466531] Initializing python
2017-07-29 22:54:57.030 kivytest[83688:1466531] Running main.pyo: /Users/Tardis/Library/Developer/CoreSimulator/Devices/562A5A42-5E90-4224-9592-B88FD0A02224/data/Containers/Bundle/Application/59FAA987-8608-4A78-ABD4-8DA38828275B/kivytest.app/YourApp/main.pyo
[INFO ] [Kivy ] v1.10.0
[INFO ] [Python ] v2.7.1 (r271:86832, Jul 29 2017, 21:40:34)
[GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)]
[INFO ] [Factory ] 194 symbols loaded
[INFO ] [Image ] Providers: img_imageio, img_tex (img_dds, img_sdl2, img_ffpyplayer, img_pil, img_gif ignored)
[INFO ] [Text ] Provider: sdl2
Got dlopen error on Foundation: dlopen(/System/Library/Frameworks/Foundation.framework/Versions/Current/Foundation, 1): no suitable image found. Did find:
/System/Library/Frameworks/Foundation.framework/Versions/Current/Foundation: mach-o, but not built for iOS simulator
Got fallback dlopen error on Foundation: dlopen(/Groups/System/Library/Frameworks/Foundation.framework/Versions/Current/Foundation, 1): image not found
[INFO ] [OSC ] using <thread> for socket
[INFO ] [Window ] Provider: sdl2
[INFO ] [GL ] Using the "OpenGL ES 2" graphics system
[INFO ] [GL ] Backend used <sdl2>
[INFO ] [GL ] OpenGL version <OpenGL ES 2.0 APPLE-14.0.15>
[INFO ] [GL ] OpenGL vendor <Apple Inc.>
[INFO ] [GL ] OpenGL renderer <Apple Software Renderer>
[INFO ] [GL ] OpenGL parsed version: 2, 0
[INFO ] [GL ] Shading version <OpenGL ES GLSL ES 1.00>
[INFO ] [GL ] Texture max size <4096>
[INFO ] [GL ] Texture max units <8>
[INFO ] [Window ] auto add sdl2 input provider
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
[INFO ] [Base ] Start application main loop
[INFO ] [GL ] NPOT texture support is available
2017-07-29 22:45:31.954183-0600 kivytest[262:7415] libMobileGestalt MobileGestaltSupport.m:153: pid 262 (kivytest) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and IS NOT appropriately entitled
2017-07-29 22:45:31.954374-0600 kivytest[262:7415] libMobileGestalt MobileGestalt.c:550: no access to InverseDeviceID (see <rdar://problem/11744455>)
presentation = Builder.load_file("KivyTest.kv")
def build(self):
return presentation