FLEXTool / FLEX

An in-app debugging and exploration tool for iOS
Other
14.07k stars 1.7k forks source link

The deprecated methods of NSKeyedUnarchiver are still being used by FLEX #685

Closed wchenAtfieldwire closed 2 months ago

wchenAtfieldwire commented 11 months ago

Environment

Bug Report

The deprecated methods of NSKeyedUnarchiver such as +[NSKeyedUnarchiver unarchiveObjectWithData:] are still being used by FLEX in methods such as - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath.