I am having trouble linking the Firebase Simple Login Framework to my project with an "Undefined symbols for architecture i386: error"

StackOverflow https://stackoverflow.com/questions/22974553

  •  30-06-2023
  •  | 
  •  

문제

I am having trouble linking the Firebase Simple Login Framework to my project with an "Undefined symbols for architecture i386: error"

enter image description here

도움이 되었습니까?

해결책

From your picture, you are trying to use FB Login but haven't yet installed the Facebook SDK. Check out developer.facebook.com and sign up. Once you connect that to your project, it should run fine. The simple login is dependent on classes from this SDK to utilize facebook login. When it can't find them, your project crashes.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top