Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS app submission - archive does not contain an info.plist

I am trying to submit an archive to the app store with an old app i was given. I keep receiving two errors CFBundleShortVersionString key must be in the plist and more troubling 'the package does not contain a plist'

Both of these items exist in the app. I added the CFBundleShortVersionString key to the plist, and the plist file most definitely exists or I could never build it. What is the issue here?

like image 733
JMD Avatar asked Sep 30 '14 23:09

JMD


1 Answers

I had the same problem.

I just added a new row with the key Bundle versions string, short to the Info.plist with the version for a value and then it passed validation with no further errors.

like image 177
ゴスエン ヘンリ Avatar answered Oct 07 '22 23:10

ゴスエン ヘンリ