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
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.