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
Hey, since I've quit coding for a long while; the repo has not been updated. Can you give me more specific information about your debugging environment? For ex on which device and which verson of iOS? So while I have some free time I can update the repo.
@iossachin It looks like the problem is in this line:
where item.restorationIdentifier == restorationIdentifier
where item.restorationIdentifier is an optional string; which means if it's nil the equation check will fail. Weird tho, Xcode doesn't complaining about it.
Application crash on this function.
The text was updated successfully, but these errors were encountered: