Innim / flutter_login_facebook

Flutter Plugin to login via Facebook.
BSD 3-Clause "New" or "Revised" License
72 stars 60 forks source link

Library not loaded: @rpath/FBSDKCoreKit.framework/FBSDKCoreKit #94

Closed markvideon closed 1 year ago

markvideon commented 1 year ago

flutter_login_facebook: ^1.7.0 uses FBSDKLoginKit 15.1.0.

As per https://github.com/facebook/facebook-ios-sdk/issues/2121, on initialisation a SIGABRT occurs:

(lldb) dyld[39073]: Library not loaded: @rpath/FBSDKCoreKit.framework/FBSDKCoreKit

greymag commented 1 year ago

Hey! If I understand correctly it happens only on Intel mac?

tamirrab commented 1 year ago

Same here Yes, Intel

greymag commented 1 year ago

@markvideon @tamirrab is any fix suggestion from original issue was helpful? I don't have a Mac with Intel on hand right now so I can check it myself.

tamirrab commented 1 year ago

@greymag I downgrade for now because we needed to upload a version. I didn't check yet

greymag commented 1 year ago

Another workaround you can try if facing this issue

felipecastrosales commented 1 year ago

news about it? @Innim

fullflash commented 1 year ago
Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: DYLD 1 Library missing
Library not loaded: @rpath/FBSDKCoreKit.framework/FBSDKCoreKit
greymag commented 1 year ago

Facebook SDK updated, is the problem still relevant?

greymag commented 1 year ago

Pay attention: you should upgrade cocoapods to 1.12.0

greymag commented 1 year ago

Looks like issue was fixed, I'm closing it for now. Please, reopen it if you still have a problem