I got crush today extension on iOS15. When today extension reload, old viewcontroller didn't remove from memory. When repeat init and deinit, memory graph is going to increase like below pic.
and also I got this message
objc[10625]: Class _NSZombie__UIAsyncInvocation is implemented in both ?? (0x2817e2610) and ?? (0x2817e2790). One of the two will be used. Which one is undefined.
I read below post like my problem. But it doesn't help to me.
How do I correctly remove old today extension viewcontroller?