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

后端 未结 5 1147
独厮守ぢ
独厮守ぢ 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:05

    The above didn't work for me.

    Embedded Content Contains Swift Code: NO

    Didn't really do anything for me.

    I experienced this issue using a dynamic framework. My dynamic framework contained other dynamic frameworks which made it OK to have:

    Embedded Content Contains Swift Code: YES

    And instead having the other dynamic frameworks set it to No instead. But instead of that I had to set

    Always Embed Swift Standard Libraries: NO

    under Build Phases.

    Having this one set to YES generated the frameworks folder causing upload to ITC fail.

提交回复
热议问题