运行应用程序时出错。
这是为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.发布于 2019-03-27 23:49:05
版本不一致
pod 'FBSDKCoreKit',‘4.391’
pod 'FBSDKLoginKit','4.39.1'
发布于 2019-03-28 01:26:47
我得到了相同的问题,但花了6个小时,仍然没有解决,并创造了更多的错误不同于原来的。
https://stackoverflow.com/questions/55353548
复制相似问题