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

前端 未结 12 2121
小鲜肉
小鲜肉 2021-01-01 21:18

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 tro

12条回答
  •  渐次进展
    2021-01-01 21:27

    Apple has published a technical document that lists the possible issues that can cause this. As of today:

    • missing CFBundlePackageType
    • missing CFBundleShortVersionString
    • missing CFBundleVersionString

提交回复
热议问题