Various ITMS errors when trying to submit archive to App Store

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

    For all of you using CocoaPods, simply try to

    pod update
    

    In my case, it was a third party library loaded via cocoapods, but the update did the trick. BTW, none of the libraries had new versions, the update seems to repair some bad things too.

提交回复
热议问题