1

After trying to add Firebase to my project through pod install I got some weird linker error and if I am right is caused because the field in Build Settings/Library Search Paths is empty.

Before running pod install, that field wasn't empty. Another thing I noticed is that, that field is not empty for one of my targets and if I switch to that target the project builds properly without errors.

I double clicked on the working target Library Search Paths field to copy it and it says: "$(inherited)". When I paste it to the other target, nothing changes.

What can I do to fix this?

ishwardgret
  • 1,068
  • 8
  • 10
Student
  • 418
  • 1
  • 4
  • 17

1 Answers1

1

I was able to resolve this issue by following the solution on this thread:

Integrating pods with all targets

Student
  • 418
  • 1
  • 4
  • 17