Hi,
Xcode 12 (betas 1-6 and the official one that was released yesterday)
macOS 11.0
I have been trying to add a new WidgetKit Extension Target to an existing app, but after it builds successfully, the active scheme continues to read "Running com.apple.springboard on iPhone 11 Pro" and never actually runs. My project, app, and widget are set for iOS 14.0 and the widget is set as a dependency in the Build Phases header of my app target. I can't seem to figure out how to get it to run on the simulators or a device. Could anyone advise?
Thanks in advance.
Xcode 12 (betas 1-6 and the official one that was released yesterday)
macOS 11.0
I have been trying to add a new WidgetKit Extension Target to an existing app, but after it builds successfully, the active scheme continues to read "Running com.apple.springboard on iPhone 11 Pro" and never actually runs. My project, app, and widget are set for iOS 14.0 and the widget is set as a dependency in the Build Phases header of my app target. I can't seem to figure out how to get it to run on the simulators or a device. Could anyone advise?
Thanks in advance.
I was struggling with the same issue, after two days of research, what i found is
WidgetKit Extension needs to be on different bundle identifier.
You need to create different certificates specific for widget.
Check if widget extension is present in your dependency inside main target build phases.