为 watchOS Simulator 构建时 NotificationCenter 不可用
Posted
技术标签:
【中文标题】为 watchOS Simulator 构建时 NotificationCenter 不可用【英文标题】:NotificationCenter is not available when building for watchOS Simulator 【发布时间】:2021-01-22 08:32:52 【问题描述】:我想在 watchOS 目标中使用 NotificationCenter。但是在import NotificationCenter
构建应用程序时,我收到以下错误消息:
NotificationCenter is not available when building for watchOS Simulator.
Consider using `#if !os(watchOS)` to conditionally import this framework.
您如何处理这种情况?我可以不再使用模拟器吗?
【问题讨论】:
Notification Center
框架已弃用。请改用WidgetKit。
不,不是。我的意思是NotificationCenter 不是Notification Center。
你能显示产生错误的代码吗?
地址为import NotificationCenter
。
你在说什么样的通知?
【参考方案1】:
好吧,我把事情搞混了。我想在我的 watchOs 框架中做的就是这样:
NotificationCenter.default.post(...)
import NotificationCenter
的类在错误的框架中。在 watchOs 框架中不需要这样的类。所以我的问题解决了。
【讨论】:
以上是关于为 watchOS Simulator 构建时 NotificationCenter 不可用的主要内容,如果未能解决你的问题,请参考以下文章
使用 Xcode 10 在 Watch Simulator 中未显示资产目录图像?
Flutter - google_sign_in 为 iOS Simulator-x86_64 构建,但尝试链接为 iOS Simulator-arm64 构建的文件 [重复]
Flutter Xcode 构建失败 - 'TARGET_OS_WATCHOS' 未定义,评估为 0