dropbox-sdk-obj-c icon indicating copy to clipboard operation
dropbox-sdk-obj-c copied to clipboard

Fix NSKeyedArchiver warnings on Xcode 13

Open goetzf opened this issue 3 years ago • 4 comments

Fixes frequent warnings from NSKeyedArchiver on Xcode 13 (see #330). Instead of using -decodeObjectForKey:, -decodeObjectOfClass:forKey: is used.

goetzf avatar Oct 27 '21 09:10 goetzf

Thanks for putting this together! I'll ask the team to review this.

greg-db avatar Oct 27 '21 15:10 greg-db

Any plan to finally merge this?

pascalfribi avatar Apr 03 '22 11:04 pascalfribi

This is still open with the team, but I don't have an update on it right now.

greg-db avatar Apr 04 '22 14:04 greg-db

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 16 '22 21:04 CLAassistant