firebase / geofire-objc

GeoFire for Objective-C - Realtime location queries with Firebase
MIT License
436 stars 180 forks source link

I can not use geofire Swift 3 / xCode 8 #73

Closed alextomas closed 7 years ago

alextomas commented 7 years ago

I've tried everything

at-captura 2017-01-12 a las 11 10 18

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 !

tommybananas commented 7 years ago

Have you set up a bridging header as seen here? https://github.com/firebase/geofire-objc/issues/48#issuecomment-225471707

ghost commented 7 years ago

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.

naietsg commented 7 years ago

bump

almehf commented 7 years ago

bridging header would fix the problem. Importing Geofire as a library wouldn't work.