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

前端 未结 12 2118
小鲜肉
小鲜肉 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:38

    In my case : i got this error message the first time I tried to upload the archive. However the 2nd time I tried to compile again, the computer was out of hard disk space and it seems like it didn't write to the plist file because of that reason the first time as well.

    After freeing hard disk space and trying again (after restarting XCode too), it worked fine.

提交回复
热议问题