Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using firebase framework within cocoa touch framework

I’m developing a framework where I need to use firebase internally.

I added firebase framework manually to my framework as cocoapods didn’t work.

Now, I’m able to build my framework and use it on my local system as expected. But it creates problem when I ship it to other devs and it fails with following errors.

enter image description here

I tried several ways like adding firebase.h in framework's header file. But none of the approaches are working.

Also, apart from this approach, I tried manually adding firebase to main app, where it gave the logs saying duplicate frameworks found.

What am I doing wrong in adding firebase to framework ?

I've already checked some of the related question such as This and this

like image 635
Dhruv Avatar asked May 01 '26 13:05

Dhruv


1 Answers

I suspect, that after transferring the code into the other machine, owner does not runs

pod install

terminal command, so physically the framework does not exist.

like image 170
Bio-Matic Avatar answered May 04 '26 04:05

Bio-Matic



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!