Invalid Bundle Structure - iOS

前端 未结 7 963
感情败类
感情败类 2021-01-12 07:00

I have tried do submit an application via Xcode (as well as the application loader) to the Apple store, and I received the following error:

Invalid Bu

7条回答
  •  礼貌的吻别
    2021-01-12 07:41

    I know this is a rather old post, but I ran into this issue and this is how I fixed it:

    1. In Xcode, click on your project and go to the target's build settings.
    2. Make sure the "Build Variants" setting ONLY has "normal" set for the target.
    3. Clean and rebuild.

    I believe this is what fixed the problem, but there is one other change that may have had an effect.

    At one point, I had turned off 'Parallelize Build" in my active Scheme. I had since turned it back on, but perhaps it left some artifacts. I doubt this had any connection, but just in case, I went to my build folders and deleted the files inside before I cleaned and built.

    I hope this can help someone who runs into this issue.

提交回复
热议问题