Skip to content

Commit

Permalink
fix(ios, dynamic-links): add dep to AppDelegateSwizzler for links in …
Browse files Browse the repository at this point in the history
…isolation (#4138)

Without this, if you did not use one of the other modules that pulled in the
GoogleUtilitize/AppDelegateSwizzler pod (Messaging, Auth, Analytics), you
would have a build failure on iOS
  • Loading branch information
mikehardy committed Aug 26, 2020
1 parent 728f418 commit 0b43c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dynamic-links/RNFBDynamicLinks.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Pod::Spec.new do |s|

# Firebase dependencies
s.dependency 'Firebase/DynamicLinks', firebase_sdk_version
s.dependency 'GoogleUtilities/AppDelegateSwizzler'

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

1 comment on commit 0b43c4f

@vercel
Copy link

@vercel vercel bot commented on 0b43c4f Aug 26, 2020

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.