Closed alextomas closed 7 years ago
Have you set up a bridging header as seen here? https://github.com/firebase/geofire-objc/issues/48#issuecomment-225471707
Did you ever figure this out? Sometimes when I do not update my commits through Xcode, it tells me there is no such module and doesn't work properly. I've found that this is a bug with the beta version at least.
bump
bridging header would fix the problem. Importing Geofire as a library wouldn't work.
I've tried everything
My Podfile:
`#Uncomment the next line to define a global platform for your project platform :ios, '9.0'
target 'GeoFire' do
Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
Pods for GeoFire
pod 'Firebase/Core' pod 'Firebase/Database' pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'
end`
Help me please !