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
There seems to be a data race. As the capture below demonstrates, the execution of the the delegate method happens at a time the searchResults array was not updated yet in that scope.
I'm often getting crashes when I search for an emoji and quickly select one. It helps if I wait some time before selecting.
Getting
Fatal error: Index out of range
when accessingsearchResults?[indexPath.row]
inElegantEmojiPicker.swift
:The text was updated successfully, but these errors were encountered: