Skip to content

Commit d184db7

Browse files
authored
Fix Client App build issue (#12304)
1 parent 82b453c commit d184db7

File tree

1 file changed

+2
-0
lines changed
  • IntegrationTesting/ClientApp

1 file changed

+2
-0
lines changed

IntegrationTesting/ClientApp/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ target 'ClientApp-CocoaPods' do
88
use_frameworks!
99

1010
pod 'FirebaseCore', :path => '../../'
11+
pod 'FirebaseCoreInternal', :path => '../../'
12+
pod 'FirebaseCoreExtension', :path => '../../'
1113
pod 'FirebaseInstallations', :path => '../../'
1214
pod 'FirebaseAnalytics' # Binary pods don't work with `:path`.
1315
pod 'FirebaseAnalyticsOnDeviceConversion', :path => '../../'

0 commit comments

Comments
 (0)