Skip to content

Commit

Permalink
fix(ios, crashlytics): depend on FirebaseCoreExtension (#6352)
Browse files Browse the repository at this point in the history
Crashlytics uses headers from this extension cocoapod, but it is only brought-in
automatically by Storage and Functions currently. Depend on it directly

#6322 (comment)
  • Loading branch information
mikehardy committed Jun 28, 2022
1 parent f9a5049 commit ea0ffe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/crashlytics/RNFBCrashlytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Pod::Spec.new do |s|

# Firebase dependencies
s.dependency 'Firebase/Crashlytics', firebase_sdk_version
s.dependency 'FirebaseCoreExtension', firebase_sdk_version

if defined?($RNFirebaseAsStaticFramework)
Pod::UI.puts "#{s.name}: Using overridden static_framework value of '#{$RNFirebaseAsStaticFramework}'"
Expand Down

1 comment on commit ea0ffe0

@vercel
Copy link

@vercel vercel bot commented on ea0ffe0 Jun 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.