flutter_facebook_sdk
flutter_facebook_sdk copied to clipboard
Error when running build-ipa
I have this error
SwiftFlutterFacebookSdkPlugin.swift:178:47: error: 'nil' requires a contextual type
ApplicationDelegate.initializeSDK(nil)
Does anybody else encountered this issue?
yes, the same error with me
Swift Compiler Error (Xcode): Type 'ApplicationDelegate' has no member 'initializeSDK' and Swift Compiler Error (Xcode): 'nil' requires a contextual type
Also getting Swift Compiler Error (Xcode): Type 'ApplicationDelegate' has no member 'initializeSDK'
error over here.