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

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

    The "ITMS-90206" error was resolved in this post: Validation Error: Invalid Bundle. The bundle at ... contains disallowed file 'Frameworks'

    The setting needs to be changed from Yes to No within the Build options of your WatchKit Extension:

    Embedded Content Contains Swift Code: No
    

提交回复
热议问题