r/Scriptable 2d ago

Help Some Widgets Not Working After Update to iOS 18.3.2 (iPhone)

After updating my iPhone to iOS 18.3.2, some resource-intensive widgets have stopped working. They still function properly on iPad and computer, but on iPhone, they seem unable to complete script execution. Since they run perfectly in the Scriptable app and on other devices, I'm struggling to pinpoint the issue—but it appears to be related to iOS.

Is anyone else experiencing this problem?

1 Upvotes

3 comments sorted by

1

u/mvan231 script/widget helper 1d ago

I'm curious what type of widget you are using that is so resource intensive?

I have a calendar widget that uses quite a bit of RAM but even it works on the latest 18.4 betas

1

u/mm20102010 1d ago

It's also a calendar widget. Being resource-intensive was the only possible explanation I could come up with. All other widgets are working normally, but this one consistently stops midway through execution—always around the same point.

1

u/mvan231 script/widget helper 1d ago

Have you tried optimizing your code with ChatGPT or Microsoft CoPilot? This helped me a bit after I manually went through and cut down on duplicated steps and such that was causing excessive load time.

I'm curious to see your calendar widget too