iPhone App Submitting: ERROR ITMS-90171: Invalid Bundle Structure (constants.o)

你说的曾经没有我的故事 提交于 2019-12-02 04:09:39

In my case an implementation file was in the Copy Bundle Sources section of the Build Phases. I know OP did not have that issue but this helped me.

I had the provisioning profile set to Automatic for Xcode to determine the correct profile to use. This was the issue. Xcode was not picking the correct profile

The provisioning profile wasn't setting correctly when it was set to Automatic. I had to specifically set this in the Build Settings instead.

Constants.o should not show up in the archive process. Check your provisioning profile and make sure it is set correctly for Release Version.

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