You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 -
The text was updated successfully, but these errors were encountered: