ARAnalytics icon indicating copy to clipboard operation
ARAnalytics copied to clipboard

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

Open ankitaporwal opened this issue 8 years ago • 2 comments

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

ankitaporwal avatar Jan 18 '17 06:01 ankitaporwal

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.

colasbd avatar Mar 20 '17 09:03 colasbd

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

timbroder avatar Mar 28 '17 13:03 timbroder