当我查看iOS崩溃日志时,我在崩溃日志的头部附近看到以下两个字段:
Identifier: MyCoolApp
Version: ??? (???)
我已经尝试在MyCoolApp-Info.plist中设置以下内容
<key>CFBundleName</key>
<string>NF_201104011216</string>
和
<key>CFBundleVersion</key>
<string>1.9.0.201104011216</string>
和
<key>CFBundleShortVersionString</key>
<string>1.9.0</string>
但到目前为止无济于事。尽管在plist文件中更改了这些字段,但我的崩溃日志始终保持不变。
以下文章讨论了这些内容,但没有说明崩溃转储文件中如何使用它们(如果有的话):http://developer.apple.com/library/ios/#documentation/general/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html