Andrew Irwin
Andrew Irwin

Reputation: 711

Library not found for -lRNFirebase React Native

Xcode is giving me an Error:

xcode error library not found -RNFirebase

I am using React Native Firebase, I have followed the instructions on there site, and I appear to have everything there, but Im not that familiar with Xcode, so I can exactly see the problem. I have posted more screenshots below:

Libraries

enter image description here

PodFile:

Podfile

Edit: enter image description here

Any Help will be much appreciated

Upvotes: 6

Views: 4557

Answers (1)

Muhammad Owais
Muhammad Owais

Reputation: 1186

This practice solved my problem

Go to your project

  1. Select your target

  2. General Tab

  3. Frameworks, libraries, and embedded content

  4. Remove LNRFirebase from the list

Hope it helps

Upvotes: 3

Related Questions