0

I have looked at all the questions in stackoverflow regarding this question. Still no luck.

When I add Facebook SDK to my Xcode project, it throws this error: "Linker command failed with exit code 1 (use -v to see invocation)". This error goes away if I delete the facebook SDK.How do I fix this? my current xcode version 9.0.1.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Joseph Francis
  • 1,111
  • 1
  • 15
  • 26

1 Answers1

0

One possible way to solve this issue is by adding through pods.

Pods I used:

pod 'FBSDKCoreKit' pod 'FBSDKLoginKit'

Joseph Francis
  • 1,111
  • 1
  • 15
  • 26