In the OC project, iOS14 WidgetKit target was added, but consistent error
Cannot find type "ConfigurationIntent" in scope,
type 'Provider' does not conform to protocol 'IntentTimelineProvider'
Tool: Xcode12-beta & Simulator
How to get access to old projects?
I'm running into the same problem. I nailed it down to my bridging header and the references Objective-C class file, which is also included to the project. If I remove the bridging header, and the Objective-C file, the compile is successful, and the errors are gone.
Any more ideas are highly welcome, because converting this Objective-C class to Swift would be a nightmare.
Thanks
Markus
Any more ideas are highly welcome, because converting this Objective-C class to Swift would be a nightmare.
Thanks
Markus