I've created a pod with example with pod lib create DVPodAuth, add the dependency in .podspec: s.dependency 'ReactiveCocoa' and s.dependency 'Firebase/Auth', updated an example project podfile (with only DVPodAuth as a development pod)
I expect that I can import ReactiveCocoa module
I expect that I can import FIRAuth module
I imported ReactiveCocoa module and
I can NOT import FIRAuth module (or FirebaseAuth module)
pod --version: 1.0.0
I think you need to import Firebase since that's the name of the pod, not FIRAuth
Also Firebase seems to have some issues when integrating as a framework, see #5368
I think you need to import Firebase since that's the name of the pod, not FIRAuth
There's no module Firebase. You can check it in a sample project that either Firebase, FirebaseAuth or FIRAuth doesn't import to development pods
Closing because of lack of activity.
neonichu - You closed it but it still doesn't work and nobody knows how to fix it!
Most helpful comment
neonichu - You closed it but it still doesn't work and nobody knows how to fix it!