Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linker Command Failed Facebook Sdk

I am new to iOS and trying to implement Facebook SDK in a project using AppGuru Facebook integration in Swift tutorial. But I am facing this linker command error while building my app:

error is framework not found Bolts for architecture x84_64(linker command failed with exit code 1)

Here is a screenshot:

screenshot

like image 402
Gaurav Avatar asked Apr 06 '26 18:04

Gaurav


1 Answers

Download demo project with facebook login from below URL. you have to configure your facebook app id.

Download

You have to import this 3 frameworks in your project.

Check on this

  • https://developers.facebook.com/docs/ios

  • https://developers.facebook.com/docs/facebook-login/ios

Framework search path - add below line

$(PROJECT_DIR)/Projectname/FacebookSDK

enter image description here


Also check, bolts, core and login kit of facebook has to be in build phase -> Link binary with libraries

enter image description here

like image 134
Hasya Avatar answered Apr 08 '26 08:04

Hasya



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!