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

查看:36
本文介绍了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 文件缺少所需的键: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天全站免登陆