Since I upgraded my phone to iOS16.1 I notice that my widget app doesn't refresh timeline as expected. Then I notice that other apps are having this problem as well. As far as I know from my research, iOS 16.1 has a bug regarding widget accessing calendar database.
Then I continue my work on Xcode and also found that I cannot debug widget extension timeline on a simulator.
- If I run widget extension on a simulator with iOS16.0, it runs just fine and I can see all the printouts.
- If I run widget extension on a simulator with iOS16.1, it doesn't give a printouts at all. And it shows 'Waiting to Attach'
Has anyone experience this?