capacitor-community / facebook-login

Facebook Login support
MIT License
103 stars 55 forks source link

No such module 'FBSDKLoginKit' in Development Pods #136

Open alexandargyurov opened 1 year ago

alexandargyurov commented 1 year ago

Describe the bug iOS Build Error: No such module 'FBSDKLoginKit'

Screenshot 2023-08-16 at 00 20 56

Very strange why it's complaining about the Development Pods. I've tried manually installing Facebook's SDK through package manager, through Pods, reinstalling node_modules - no luck.

To Reproduce npm i @capacitor-community/facebook-login npx cap sync

rdlabo commented 1 year ago

This warning is strange, but check your Podfile.lock. sync may not be working properly.

Also, running Clean Build Folder in Xcode might fix it.

Saqib92 commented 3 months ago

still facing same issue.