Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在开发仪表板小部件时,我查看了控制台(系统日志)并发现一条错误消息:
2009-03-06 22:08:35.244 Widget Installer[3874] CFBundleVersion must be a string
该属性在 Info.plist 中被标记为类型字符串。我尝试将其从 1.2 数字更改为一系列字母(不能误认为数字),并遵循苹果的版本控制指南。无论如何,我每次都会收到此错误。
小部件安装程序解析所有现有小部件以检查旧版本。此消息可能来自您系统上的任何小部件,如果您检查过自己的小部件,它可能是其他小部件之一。