运行应用程序时出错。
这是Mac OS的

=== BUILD TARGET firebase_core OF PROJECT Pods WITH CONFIGURATION Debug ===
app/ios/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion.m:136:51: error: property 'isActive' not found on object of type 'FBSDKApplicationDelegate *'
        if ([FBSDKApplicationDelegate sharedInstance].isActive) {
                                                      ^
app/ios/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion.m:223:49: error: property 'isActive' not found on object of type 'FBSDKApplicationDelegate *'
      if ([FBSDKApplicationDelegate sharedInstance].isActive) {
                                                    ^
    2 errors generated.

最佳答案

版本不一致
删除ios目录中的podfile.lock
在你的podfile中添加相同版本的facebook插件
吊舱“FBSDKCoreKit”,“4.39.1”
吊舱“FBSDkloginkit”,“4.39.1”
吊舱安装

09-18 00:36