- Run my iOS App on a simulator, or real device
- Open the Console.app in MAC
- Force quit and relaunch the app
- Check the logs
I see this logs appearing as a "Fault", but I have no idea where it comes from, and I could NOT find any information from Apple as well. Could you provide more information on this error? Where should I start to debug it? What does it even mean? Is it a security thread to the app?
We have a huge enterprise app, there is no way that I would locate the issue with just these description, without any stacktrace. Could you please help?
FYI: There is NO crash or unexpected user behavior.
-[NSKeyedUnarchiver _warnAboutNSObjectInAllowedClasses]: NSSecureCoding allowed classes list contains [NSObject class], which bypasses security by allowing any Objective-C class to be implicitly decoded. Consider reducing the scope of allowed classes during decoding by listing only the classes you expect to decode, or a more specific base class than NSObject. This will be disallowed in the future.