Various ITMS errors when trying to submit archive to App Store

前端 未结 10 646
青春惊慌失措
青春惊慌失措 2020-12-03 11:31

So this is a weird one — I get the following errors when trying to submit my archive to the App Store:

ERROR ITMS-90049: \"This bundle is invalid. The bundle         


        
10条回答
  •  暖寄归人
    2020-12-03 11:59

    I'd like to expand an answer given by @silvon and link more keywords to this question.

    Apparently, iTunes Connect backend now validates every single bundle shipped with your app. If a bundle contains Info.plist file, it must have CFBundleVersion and CFBundleShortVersionString keys.

    So, if you are using any 3rd party frameworks (specifically, with Cocoapods), make sure that Info.plist in each framework bundle (if exists) contain these keys.

提交回复
热议问题