iOS:如何在崩溃日志中设置标识符和版本字段?

时间:2011-04-01 18:29:33

标签: iphone ios xcode4

当我查看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

1 个答案:

答案 0 :(得分:0)

似乎是崩溃记者的错误..这不能设置。虽然有一些草率的工作,请参阅相关问题:

iPhone crash logs say "Version: ???"