Showing All Errors Only
Cannot find type 'ConfigurationIntent' in scope
Cannot find type 'ConfigurationIntent' in scope
Type 'Provider' does not conform to protocol 'IntentTimelineProvider'
解决方案:在桥接文件中加入 #import "ConfigurationIntent.h"
参考:
Showing All Errors Only
Cannot find type 'ConfigurationIntent' in scope
Cannot find type 'ConfigurationIntent' in scope
Type 'Provider' does not conform to protocol 'IntentTimelineProvider'
解决方案:在桥接文件中加入 #import "ConfigurationIntent.h"
参考: