我最近升级到El Capitan,并且将升级到最近的Kivy。在关注OSX installation instructions之后,我在终端中输入$/Applications/Kivy.app/Contents/MacOS/Kivy
,其中出现以下错误消息
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
出于兴趣,我打开了Info.plist,CFBundleTypeRole没有出现在任何地方。应该采取什么措施让Kivy跑步?