facebook-ios-sdk
facebook-ios-sdk copied to clipboard
Xcode will log warning message after [FBSDKAccessToken initWithCoder:] called
Checklist before submitting a bug report
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing GitHub issues
- [X] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [X] I've read the Code of Conduct
- [X] This issue is not security related and can safely be disclosed publicly on GitHub
Xcode version
14.3.1
Facebook iOS SDK version
16.1.0
Dependency Manager
CocoaPods
SDK Framework
Login
Goals
[FBSDKAccessToken initWithCoder:] can decode accesstoken without warning messages in Xcode console.
Expected results
[FBSDKAccessToken initWithCoder:] can decode accesstoken without warning messages in Xcode console.
Actual results
[general] *** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x216c6f258) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{( "'NSSet' (0x216c677d8) [/System/Library/Frameworks/CoreFoundation.framework]" )}'. This will be disallowed in the future.
Steps to reproduce
No response
Code samples & details
// INSERT YOUR CODE HERE
var example = "Example code"