I'm in XCode 15 and Watch 10 OS, React Native 72 so my case, I did not have anything called "Embed Framework". I had a section in my iOS target Build Phases section called "Embed Watch Content".
Initially, "Embed watch content" was the LAST build phase of my main iOS Target. I did not have to touch anything in my Watch target build phases.
Follow the order of the picture below. You can literally just click and drag a build phase in the UI.
Before:
After:
Post
Replies
Boosts
Views
Activity
I've run into this error as well. Has anyone figured out a workaround? Should I just download xcode 14? Or is the issue with Ios 17? I currently am using React Native, so I don't think I have control over the UIGraphicsBeginImageContext() stuff.
I've checked my ui elements and I don't think anything is set to Width: 0 or Height: 0.
I got this problem as soon as I upgraded to XCODE 14.0. When I was just on XCode 13.4 I did not have this problem. But now because I wanted to update my XCode I am paying for it with this issue as it has done something to wipe out the 'Actor/relationships/providerId' in all my versions of XCode including 13.4. I have also had no luck whatsoever on solving this issue.
Restarting worked for me also, thank you!