【问题标题】:Unable to process application plist validation [duplicate]无法处理应用程序 plist 验证 [重复]
【发布时间】:2012-01-13 12:16:59
【问题描述】:

可能重复:
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>

【问题讨论】:

  • 你在 Lion 上使用过最新的 Xcode (4.2.1) 吗?我们在使用 SnowLeopard 和一些旧版本的 Xcode 时遇到了奇怪的上传问题。
  • 另外,在此处发布您的 plist 文件的 XML。
  • 我在雪豹上使用 xcode 4.2,我已将 xml 添加到问题中
  • 你有什么想法吗?我仍然坚持这一点
  • 重启 OS 和 Xcode 3 次。它对我有用。

标签: ios validation submit


【解决方案1】:

我尝试了创建新项目的事情,但没有成功。

有效的是重新启动我的计算机。

【讨论】:

  • 这对我也有用。我以前从来没有遇到过这个问题。
【解决方案2】:

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

【讨论】:

  • 我现在有这个错误。等了 4 小时,但仍然没有任何更好的结果。明天再试。
【解决方案3】:

plist 文件肯定有问题,我创建了一个新项目,并将源代码复制过来,并且可以上传

猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2017-06-22
  • 1970-01-01
相关资源
最近更新 更多