FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The deprecated methods of NSKeyedUnarchiver are still being used by FLEX

wchenAtfieldwire opened this issue · comments

Environment

  • Platform+version: iOS 13+
  • FLEX version: 5.22.10

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.