Reputation: 1077
I'd recently upgraded to El Capitan, and was going to upgrade to the most recent Kivy. After following the OSX installation instructions, I entered $/Applications/Kivy.app/Contents/MacOS/Kivy
in Terminal, which crashed with the following error message
2016-05-21 16:58:39.406 Kivy[29012:817803] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
2016-05-21 16:58:39.419 Kivy[29012:817803] Application did finish launching
2016-05-21 16:58:39.421 Kivy[29012:817803] Running task
/bin/bash '/Applications/Kivy.app/Contents/Resources/script'
2016-05-21 16:58:39.491 Kivy[29012:817803] Task finished
2016-05-21 16:58:39.491 Kivy[29012:817803] Output empty
Out of interest, I opened Info.plist, and CFBundleTypeRole does not appear anywhere. What steps should be taken to get Kivy running?
Upvotes: 1
Views: 267