“This bundle is invalid - The file extension must be .zip” error submitting to iTunes

可紊 提交于 2019-12-04 13:08:45

I had the same error message from iTunes Connect. Based on a hint from @RhythmicFistman, I renamed a bundle resource file included in my app which I had naively named "somefilename.app" to use an extension of ".appres" instead. This is a totally custom file format of my own, and I guess the lesson learned is that Apple's rules effectively disallow including files with the .app extension when they are embedded inside your app.

This happened to me last week and I wrote about it.

I think it's related to the Apple Watch deployment, but basically if you're getting this message either you’ve got an incorrectly signed/malformed app or framework in your bundle, or it contains something that looks like one. It could even be a file name (not extension!) that ends in app, e.g. certificat.aveapp

To successfully submit in the latter case, you need to rename or remove the offending file.

Looks like it was an iTunes Connect Maintenance issue as dogsgod commented, just had submission accepted. This was weird because I waited overnight to see if it was just Connect issue. When my first submit this morning failed I wrote this up assuming after 16 hours it had to be my problem. But very glad still the same.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!