iOS应用程序验证错误:缺少plist键CFBundleShortVersionString [英] iOS app validation error: Missing plist key CFBundleShortVersionString

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

问题描述

我用SpriteBuilder和cocos2d构建了一个iOS游戏。当我尝试提交到AppStore,我得到以下错误:

I built an iOS game with SpriteBuilder and cocos2d. When I attempt to submit it to the AppStore, I get the following error:

错误ITMS-9000:缺少plist键。Info.plist文件缺少必需的key:CFBundleShortVersionString。

ERROR ITMS-9000: "Missing plist key. The Info.plist file is missing the required key: CFBundleShortVersionString."

如何解决这个问题?谢谢!

How do I fix this? Thanks!

推荐答案

这是一个容易解决的问题。您只需要将 CFBundleShortVersionString 键添加到您的Info.plist文件。

This is an easy fix. You just need to add the CFBundleShortVersionString key to your Info.plist file.

点击您的 Info.plist 文件。右键单击并选择添加行。然后粘贴在字符串CFBundleShortVersionString中。它会自动将其更改为Bundle versions string,short。

Click your Info.plist file in your project. Right click and select "Add Row". Then paste in the string "CFBundleShortVersionString". It will automatically change it to read: "Bundle versions string, short".

然后选择一个值 1.0 或任何您想要的版本。

Then choose a value like 1.0 or whatever you want your version to be.

这篇关于iOS应用程序验证错误:缺少plist键CFBundleShortVersionString的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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