Xcode / Swift: No such module 'GeoFire'

Viewed 1639

I have downloaded latest GeoFire framework v1.1.3 from here and dropped it in my Swift Xcode project but my import GeoFire statement is throwing

No such module 'GeoFire'

This is very strange because a few minutes ago I did the same for Firebase framework and it is working fine. My target is iOS 8.0 and I believe I do not need Bridging header.

Framework is present in linked frameworks and libraries , Embedded Binaries and link binary with libraries.

3 Answers
Related