Skip to content

Commit

Permalink
Fix Client App build issue (#12304)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Jan 22, 2024
1 parent 82b453c commit d184db7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IntegrationTesting/ClientApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 => '../../'
Expand Down

0 comments on commit d184db7

Please sign in to comment.