1

I am attempting to add Firebase to my iOS project via importing the SDK instead of using CocoaPods (I'm not a fan).

I have followed the documentation but I am getting file not found error.

enter image description here

I have cleaned, deleted, restarted, re-imported, re-did the instructions SEVERAL times and I keep getting this error.

Has anyone succesfully imported the Firebase SDK into an iOS project?

Added to the projects directory:

enter image description here

The frameworks auto-added themselves to the Linked Frameworks

enter image description here

Added the -ObjC to Other linker flags

enter image description here

But still the file not found error:

enter image description here

Any help?

Inside the frameworks:

enter image description here

Pastebin of the Build file: PASTBIN

Cœur
  • 37,241
  • 25
  • 195
  • 267
user-44651
  • 3,924
  • 6
  • 41
  • 87

1 Answers1

0

Try adding the Firebase SDK to the root directory and later move them to the frameworks folder.

amigo_2627
  • 39
  • 3