Skip to content

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

Description

@ankitaporwal

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions