I'm on macOS Monterey (12.0.1), not iOS, objective-c, XCode 13
I'm receiving this log message after building my app for arm64:
[general] *** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1dcb1c848) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
"'NSDictionary' (0x1dcaee5d0) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
Any idea what's causing this and how to get rid of it?
Edit: it seems to happen with every app compiled on arm64 starting with macOS Monterey. So it might be a generic apple bug