facebook-ios-sdk icon indicating copy to clipboard operation
facebook-ios-sdk copied to clipboard

Xcode will log warning message after [FBSDKAccessToken initWithCoder:] called

Open hasayakey opened this issue 1 year ago • 0 comments

Checklist before submitting a bug report

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"

hasayakey avatar Jun 10 '23 06:06 hasayakey