I want to use NotificationCenter inside a watchOS target. But I get the following error message when building the app at import NotificationCenter
:
NotificationCenter is not available when building for watchOS Simulator.
Consider using `#if !os(watchOS)` to conditionally import this framework.
How do you handle this situation? Can I no longer use the simulator?