Lee Hasiuk
Results
2
issues of
Lee Hasiuk
I have two apps that currently use this library, and I'm seeing an occasional crash that looks like this from instances downloaded by users from the AppStore, in both of...
The first line in this method is: NSParameterAssert(c < STATE_COUNT); Since 'c' is an int32_t value holding a Unicode character and STATE_COUNT is 256, this line is easily triggered when...