无法处理应用程序plist验证

时间:2011-12-05 19:28:09

标签: ios validation submit

  

可能重复:
  Unable to process application info.plist validation at this time due to a general error (1095)

我收到错误

Unable to process application Info.plist validation at this time due to a general error.

我原本以为这是Apple服务器的问题,但我可以验证我正在处理的其他应用程序。

我发现this问题,但我已经在使用XCode的存档和上传工具。我真的需要上传这个应用程序,为什么这会失败验证,但运行得很好?

编辑:

这是我的plist

的xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CFBundleName</key>
    <string>${PRODUCT_NAME}</string>
    <key>CFBundleIdentifier</key>
    <string>magichour.GIM-Conversion</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleIcons</key>
    <dict>
        <key>CFBundlePrimaryIcon</key>
        <dict>
            <key>UIPrerenderedIcon</key>
            <false/>
            <key>CFBundleIconFiles</key>
            <array>
                <string>Handbook_icon_57.png</string>
                <string>Handbook_icon_114.png</string>
            </array>
        </dict>
    </dict>
    <key>CFBundleVersion</key>
    <string>1.0.1</string>
    <key>CFBundleExecutable</key>
    <string>${EXECUTABLE_NAME}</string>
    <key>LSRequiresIPhoneOS</key>
    <true/>
    <key>CFBundleIconFiles</key>
    <array>
        <string>Handbook_icon_57.png</string>
        <string>Handbook_icon_114.png</string>
    </array>
    <key>UISupportedInterfaceOrientations</key>
    <array>
        <string>UIInterfaceOrientationPortrait</string>
        <string>UIInterfaceOrientationPortraitUpsideDown</string>
    </array>
    <key>CFBundleDisplayName</key>
    <string>${PRODUCT_NAME}</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleIconFile</key>
    <string></string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>NSMainNibFile</key>
    <string>MainWindow</string>
    <key>CFBundleDevelopmentRegion</key>
    <string>en</string>
    <key>CFBundleShortVersionString</key>
    <string>1.0</string>
</dict>
</plist>

3 个答案:

答案 0 :(得分:3)

我刚刚遇到这个错误。我等了一个小时,然后用完全相同的版本重新尝试,这一切都很好。投票支持Apple的故障。

答案 1 :(得分:3)

我尝试了创建新项目的东西,但它没有用。

重启我的电脑有什么用。

答案 2 :(得分:1)

plist文件必定已损坏,我创建了一个新项目,并复制了源代码,我能够上传