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
  •  | 
  •  

Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top