Thank you @brianTW for waking me up to double check ;)
TL; DR; live activity/widget are working
Previous error related to chronod was disappeared from logs.
But, the live activity/widget continued its bad behavior...
The problem was in Text(timerInterval: context.attributes.start...Date(timeInterval:** .infinity**, since: context.attributes.start), countsDown: false, showsHours: true)
I changed 3 to Text(timerInterval: context.attributes.start...Date(timeInterval:**100000**, since: context.attributes.start), countsDown: false, showsHours: true)
And, finally it works in iOS 18 too 🤷♂️
I didn't want to resort to any tricks here, I just intuitively used the infinite counter.
Anyway thanks all @Engineer
Topic:
App & System Services
SubTopic:
General
Tags: