最近,我更新了在我的应用中实现的Facebook登入按钮的以下提到的广告连播
pod 'FacebookCore'
pod 'FacebookLogin'
Run Code Online (Sandbox Code Playgroud)
两个吊舱的版本均为0.7.0
我已经使用命令更新了吊舱
pod update
Run Code Online (Sandbox Code Playgroud)
更新构建项目时,路径中存在错误
Pods / FBSDKLoginKit / FBSDKLoginKit / FBSDKLoginKit / Internal / FBSDKLoginManagerLogger.m:163:60:选择器'objectForJSONString:error:'的未知类方法
这两个错误都发生在同一班级的两个地方
选择器'objectForJSONString:error:'的未知类方法
NSDictionary<id, id> *clientState = [FBSDKBasicUtility objectForJSONString:parameters[FBSDKLoginManagerLoggingClientStateKey] error:NULL];
Run Code Online (Sandbox Code Playgroud)