You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2022. It is now read-only.
I added TouchVisualizer to my app, but it crashes in some situations.
Unfortunately, XCode does not tell much about any reasons (libc++abi.dylib: terminating with uncaught exception of type NSException).
The line where I catch the exception is the call to swizzledSendEvent:
I added TouchVisualizer to my app, but it crashes in some situations.
Unfortunately, XCode does not tell much about any reasons (
libc++abi.dylib: terminating with uncaught exception of type NSException
).The line where I catch the exception is the call to
swizzledSendEvent
:The crash happens when tapping somewhere on the end of a table, or outside the table.
Do you have any idea what's happening here?
Best regards,
Hardy
The text was updated successfully, but these errors were encountered: