无法处理应用程序 plist 验证 [英] Unable to process application plist validation

查看:37
本文介绍了无法处理应用程序 plist 验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能的重复:
无法处理申请info.plist此时验证由于一般错误(1095)

我收到错误

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

我最初认为这是 Apple 服务器的问题,但我可以验证我正在开发的其他应用程序就好了.

I thought originally that this was a problem with Apple's servers, but I can validate a different app I am working on just fine.

我发现 this 问题,但是我已经在使用 XCode 的存档和上传实用程序.我真的需要上传这个应用程序,为什么验证失败,但运行良好?

I found this question, however I am already using XCode's archive and upload utility. I really need to get this app uploaded, why would this fail validation, but run perfectly well?

这是我的 plist xml

Here is my xml for the plist

<?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>

推荐答案

肯定是plist文件损坏了,我新建了一个项目,把源代码复制过来,就可以上传了

Something must have been corrupted with the plist file, I created a new project, and copied the source code over, and I was able to upload

这篇关于无法处理应用程序 plist 验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆