Various ITMS errors when trying to submit archive to App Store

前端 未结 10 527
青春惊慌失措
青春惊慌失措 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:40

    There seems to be some Issues from Apples's Side, I am experiencing the same issues, I would suggest to wait for some time before making any major changes.

    This seems to be happening a lot lately, after some time, It starts working again .

    0 讨论(0)
  • 2020-12-03 11:40

    Similar to the answer with top rate , but you need to check every SDKs in the project . in my case, it's cocoapod has info.plist. I deleted it and everything works. Xcode 7.1 still has this problem.

    0 讨论(0)
  • 2020-12-03 11:42

    I did the same step as Silvon mention. Removed all third party lib's info.plist (pods as well) with xcode 6.4. Works for me.

    0 讨论(0)
  • 2020-12-03 11:47

    Check if the third-party's has plist file.Apple may mixed the third-party Sdk plist with the local plist file. Delete the third-party's plist file then upload success.

    0 讨论(0)
  • 2020-12-03 11:50

    I solve this by following this link, add Bundle identifier which is missing in info.plist of TencentOpen SDK.

    0 讨论(0)
  • 2020-12-03 11:52

    iTunes Connect is currently experiencing major issues. I can't post any citations as I'm unaware of an iTunes Connect support status page, but I spent a while on the phone with them earlier today for a similar issue.

    0 讨论(0)
提交回复
热议问题