我的两个试图导入NotificationCenter框架的控制器出现模块错误。我已经在“链接的框架和库”中添加了框架,但是仍然出现错误。
我什至尝试了cmd + shift + k
,但这对我没有任何好处。
我还尝试将框架搜索路径设置为$(SRCROOT),但仍然存在相同的错误。
我有两个导入控制器。
Linked frameworks and libraries
TimeController
import WatchKit
import Foundation
import NotificationCenter error: "No such module 'NotificationCenter'"
SwipeController
import WatchKit
import Foundation
import NotificationCenter error: "No such module 'NotificationCenter'"
任何帮助将不胜感激!