Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems using ARAnalytics for Firebase in a swift 3 project using cocoapods #297

Open
ankitaporwal opened this issue Jan 18, 2017 · 2 comments

Comments

@ankitaporwal
Copy link

ankitaporwal commented Jan 18, 2017

After installing pods i am getting following compilation error

In file included from ~/TestProject/Pods/ARAnalytics/Providers/FirebaseProvider.m:3:
~/TestProject/Pods/Headers/Private/Firebase/Firebase.h:1:9: fatal error: 'FirebaseAnalytics/FirebaseAnalytics.h' file not found
#import <FirebaseAnalytics/FirebaseAnalytics.h>

My podfile looks like this -

# platform :ios, '9.0'
target 'TestProject' do 
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
pod 'ARAnalytics/Firebase'
end
@colasbd
Copy link

colasbd commented Mar 20, 2017

I have the same issue in a project using Objective-C:

'FirebaseAnalytics/FirebaseAnalytics.h' file not found

The issue seems related more to Firebase than ARAnalytics though.

@timbroder
Copy link

I was able to get Firebase to work by installing the provider manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants