Post

Replies

Boosts

Views

Activity

Reply to cannot find type 'ConfigurationIntent' in scope
I have a staticConfiguration Widget I wanted to convert to IntentConfiguration. I'm having the same problem in xCode 13.3.1. Cannot find type "MyIntent" in scope, type 'MyProvider' does not conform to protocol 'IntentTimelineProvider' "MyIntent" is found by the IntentHandler.swift class in the Intents Extension target I created but not the the Widget Extension target. The .intentdefinition file is included in the Widget Extension and Intents Extension targets. I have tried including it in the main app target and it doesn't fix the problem. I have followed the instructions in here: https://developer.apple.com/documentation/widgetkit/making-a-configurable-widget and here: https://developer.apple.com/videos/play/wwdc2020/10194/ a couple times each and always end up with the same error. I do have an objective C bridge file for library source which is not related to the widget or intent functionality. Any ideas? solutions? Claire
Jun ’22