Thank you for quick response and detailed example. Unfortunately, this example suffers from the same issue.
If you mess a bit with the gestures, within a minute, the app will become unresponsive, see https://github.com/teameh/GestureIssueTester/blob/engineer-example/output.txt
The state no longer resets to initial values
The onEnded handler stops being called
See this video https://github.com/teameh/GestureIssueTester/raw/refs/heads/engineer-example/screen-recording-engineer-example.mov
Post
Replies
Boosts
Views
Activity
Hi Kacper,
Any updates on this?
Cheers,
Hi Kacper,
Xcode 13.0 release notes say:
"Export table data from traces containing Allocations, Leaks, and VM Tracker instruments using xctrace export on the command line. To see how the table of contents now reflects this ability, run xctrace export --toc. (54600972)"
But I can't find this data in the TOC: https://gist.github.com/teameh/ba10288607fafd0b0b5162e968706281 . Should I be able to find it there now?