Use same CFBundleVersion and CFBundleShortVersionString in all targets

前端 未结 7 2122
南旧
南旧 2020-12-31 08:31

I received the following email from Apple when I submit an app update:

We have discovered one or more issues with your recent delivery for \"Project

7条回答
  •  执念已碎
    2020-12-31 08:55

    When trying to validate my archive I got an error message CFBundleShortVersionString missing. To fix the problem I went into Info.plist in the xml code and added CFBundleShortVersionString new version number This produced in plist format Bundle versions string, short This solve my problem

提交回复
热议问题