I am having a problem with WidgetKit in Xcode 14 which is the debugger doesn't show any logs at all! even a simple print()
. I have tried different ways
- Running on the real device
- Clean DerivedData folder
- Attaching to process using Debug -> Attach to process -> Likely targets
- Restart Mac and Xcode
- Following Debugging Widgets from Apple docs: https://developer.apple.com/documentation/widgetkit/debugging-widgets
and other possible solutions found here! but still, no luck, have you any suggestions to fix this issue?