I encountered this error and discovered that the reason was that there was a typo in my entitlements file. Also check your info.plist file.
Post
Replies
Boosts
Views
Activity
I have the same issue. I'm sure it's not intentional.
See https://stackoverflow.com/a/61741858/12394554
Assuming "static tabs" refers to the window tabs (that's the term Xcode uses), yes, you can navigate between them using keyboard shortcuts. Search for "Show Next Window Tab" and "Show Previous Window Tab" in the key bindings. There, you can set your own keyboard shortcut.
Try creating a new scheme in which your tests are the only target. It worked for me. Also, ensure that your test target is part of your current scheme.
It's not an issue, you're just using the framework wrong if you don't store a reference to the AnyCancellable that the sink method returns.