segment-integrations / analytics-ios-integration-firebase

Segment's bundled integration for Firebase on iOS
MIT License
13 stars 92 forks source link

Segement-Firebase fails to compile #25

Closed EfraimB closed 6 years ago

EfraimB commented 6 years ago

The import of 'FirebaseAnalytics/FirebaseAnalytics.h' fails in file included from ../Pods/Segment-Firebase/Segment-Firebase/Classes/SEGFirebaseIntegration.m:3: with 'FirebaseAnalytics/FirebaseAnalytics.h' file not found ". Xcode 9.3 and Swift 4.1

ladanazita commented 6 years ago

Hi @EfraimB , could you provide your podfile here?

If you are including use_frameworks! you may need to use the subspec staticLibWorkaround as described here.

benevbright commented 5 years ago

Hi, @ladanazita So, using Segment-Firebase/StaticLibWorkaround is enough? Looks like Segment-Firebase/StaticLibWorkaround is outdated from latest. And how come this is not in the README? Could you explain a bit more how we deal with now? I'm bit confused because your PR https://github.com/segment-integrations/analytics-ios-integration-firebase/pull/23 is merged.