• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

iOS 分发 "Unable to process application Info.plist"

[复制链接]
菜鸟教程小白 发表于 2022-12-12 14:38:43 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

目前我尝试使用 XCode 5.0 向应用商店提交 iOS 7 应用

该应用已在应用商店中 - 我为 iOS 7 做了一些修复,现在想提交二进制文件。

我得到的信息是 “由于一般错误,目前无法处理应用程序 Info.plist 验证。请稍后再试”。

首先,我认为这在 Apple 的服务器上会出现问题。由于问题持续了2天,我开始寻找其他有类似问题的人。 有些人通过使用不同的应用程序图标设法解决了这个问题 - 但我发现的主题是几个月前的。

但是,我的问题依然存在。

我提供了所有可能格式(57x57、72x72、114x114、144x144、120x120)的所有图标,但仍然没有成功。

目前我真的很讨厌苹果让生活变得如此复杂。

也许有人有想法?

这是我的 Info.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>CFBundleDevelopmentRegion</key>
    <string>Germany</string>
    <key>CFBundleDisplayName</key>
    <string>myAppName</string>
    <key>CFBundleExecutable</key>
    <string>${EXECUTABLE_NAME}</string>
    <key>CFBundleIconFile</key>
    <string></string>
    <key>CFBundleIconFiles</key>
    <array>
        <string>Icon120x120</string>
        <string>Icon.png</string>
        <string>[email protected]</string>
    </array>
    <key>CFBundleIdentifier</key>
    <string>de.xxx.xxx</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>${PRODUCT_NAME}</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
    <string>1.7</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleVersion</key>
    <string>1.7</string>
    <key>LSRequiresIPhoneOS</key>
    <false/>
    <key>NSMainNibFile</key>
    <string>MainWindow</string>
    <key>UIApplicationExitsOnSuspend</key>
    <false/>
    <key>UIRequiredDeviceCapabilities</key>
    <array>
        <string>armv6</string>
    </array>
    <key>UISupportedInterfaceOrientations</key>
    <array>
        <string>UIInterfaceOrientationPortrait</string>
    </array>
</dict>
</plist>



Best Answer-推荐答案


XCode 5 DP 不允许将应用提交到 App Store。

您应该等待 XCode 5.0 正式发布。

关于iOS 分发 "Unable to process application Info.plist",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18835084/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap