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
I'm guessing trying to force it into a Swift project doesn't work?
I tried to do it and in MLPAutoCompleteTextField.m, I got an EXC_BAD_ACCESS error that crashes the app at line 489 (self.autoCompleteSortQueue.name = [NSString stringWithFormat:@"AutoComplete Queue %i, arc4random()];
The text was updated successfully, but these errors were encountered:
I'm guessing trying to force it into a Swift project doesn't work?
I tried to do it and in MLPAutoCompleteTextField.m, I got an EXC_BAD_ACCESS error that crashes the app at line 489 (self.autoCompleteSortQueue.name = [NSString stringWithFormat:@"AutoComplete Queue %i, arc4random()];
The text was updated successfully, but these errors were encountered: