dropbox-sdk-obj-c
dropbox-sdk-obj-c copied to clipboard
Fix NSKeyedArchiver warnings on Xcode 13
Fixes frequent warnings from NSKeyedArchiver
on Xcode 13 (see #330). Instead of using -decodeObjectForKey:
, -decodeObjectOfClass:forKey:
is used.
Thanks for putting this together! I'll ask the team to review this.
Any plan to finally merge this?
This is still open with the team, but I don't have an update on it right now.