flutter_facebook_sdk icon indicating copy to clipboard operation
flutter_facebook_sdk copied to clipboard

Error when running build-ipa

Open imajercsik opened this issue 2 years ago • 2 comments

I have this error

SwiftFlutterFacebookSdkPlugin.swift:178:47: error: 'nil' requires a contextual type
	ApplicationDelegate.initializeSDK(nil)

Does anybody else encountered this issue?

imajercsik avatar Aug 02 '22 15:08 imajercsik

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

AhkamKhallaf avatar Aug 04 '22 14:08 AhkamKhallaf

Also getting Swift Compiler Error (Xcode): Type 'ApplicationDelegate' has no member 'initializeSDK' error over here.

brunocalmels avatar Oct 17 '22 13:10 brunocalmels