iOS crash on start

345 views
Skip to first unread message

sander v

unread,
Dec 23, 2012, 8:42:46 AM12/23/12
to kivy-...@googlegroups.com
I have a working kivy app and it works properly when running from within XCode, I've commented KIVY_NO_CONSOLE=1 btw.

Now when I run it outside of XCode, by tapping the app icon, the following happens (log in the Organizer):

Dec 23 14:20:47 SanderPad btp[822] <Warning>: Initializing python
Dec 23 14:20:47 SanderPad btp[822] <Warning>: Running main.pyo: /var/mobile/Applications/302D1F28-6BEC-434D-9747-541C06586340/btp.app/YourApp/main.pyo
Dec 23 14:20:47 SanderPad btp[822] <Warning>: Application quit abnormally!
Dec 23 14:20:47 SanderPad btp[822] <Warning>: Leaving
Dec 23 14:20:47 SanderPad com.apple.launchd[1] (UIKitApplication:kivytest[0x7c60][822]) <Error>: (UIKitApplication:kivytest[0x7c60]) Exited with code: 255
Dec 23 14:20:47 SanderPad backboardd[51] <Warning>: Application 'UIKitApplication:kivytest[0x7c60]' exited abnormally with exit status 255

Could it be a signing issue?

Patorikku

unread,
Dec 27, 2012, 2:27:33 AM12/27/12
to kivy-...@googlegroups.com
I bet you are running with iOS 6.x device - with console logging turned on the app will crash during startup without Xcode debugger. It used to work on iOS 5.x.

Also tried to clean your kivy-ios check out with "git clean -dxf" first before rebuilding.
Reply all
Reply to author
Forward
0 new messages