diff --git a/IntegrationTesting/ClientApp/Podfile b/IntegrationTesting/ClientApp/Podfile index 724ff4dcad8..7efd2cdd1ea 100644 --- a/IntegrationTesting/ClientApp/Podfile +++ b/IntegrationTesting/ClientApp/Podfile @@ -8,6 +8,8 @@ target 'ClientApp-CocoaPods' do use_frameworks! pod 'FirebaseCore', :path => '../../' + pod 'FirebaseCoreInternal', :path => '../../' + pod 'FirebaseCoreExtension', :path => '../../' pod 'FirebaseInstallations', :path => '../../' pod 'FirebaseAnalytics' # Binary pods don't work with `:path`. pod 'FirebaseAnalyticsOnDeviceConversion', :path => '../../'