iOS app validation error: Missing plist key CFBundleShortVersionString

£可爱£侵袭症+ 提交于 2020-01-11 08:54:18

问题


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

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

How do I fix this? Thanks!


回答1:


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

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".

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



来源:https://stackoverflow.com/questions/25717636/ios-app-validation-error-missing-plist-key-cfbundleshortversionstring

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!