Invalid Bundle, The bundle contains disallowed nested bundles, contains disallowed file 'Frameworks'

后端 未结 5 1144
独厮守ぢ
独厮守ぢ 2021-02-05 03:23

I added a shared framework to share code between app and watch extension. Later I removed the shared framework since it cause lots of problems. I can build and run my app on iph

5条回答
  •  失恋的感觉
    2021-02-05 04:07

    I had a framework that builded with the following build settings:

    Always Embed Swift Standard Libraries: YES

    Allow Non-Modular includes in Framework Modules: YES

    So I changed both to NO and build framework again.

    Always Embed Swift Standard Libraries: NO

    Allow Non-Modular includes in Framework Modules: NO

    I added new build of framework to my project so It uploaded to iTunes Connect successfully.

提交回复
热议问题