Cocoapods: Can't import module from dependency Pod if its a .framework

Created on 30 May 2016  路  5Comments  路  Source: CocoaPods/CocoaPods

Report

What did you do?

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)

What did you expected to happen?

I expect that I can import ReactiveCocoa module
I expect that I can import FIRAuth module

What happened instead?

I imported ReactiveCocoa module and
I can NOT import FIRAuth module (or FirebaseAuth module)

CocoaPods Environment

pod --version: 1.0.0

Project that demonstrates the issue

https://github.com/anekk/DVPodAuth

awaiting input

Most helpful comment

neonichu - You closed it but it still doesn't work and nobody knows how to fix it!

All 5 comments

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!

Was this page helpful?
0 / 5 - 0 ratings