Skip to content

Commit

Permalink
fix(ios): depend on React-Core directly, not React (#139)
Browse files Browse the repository at this point in the history
This is apparently needed for Xcode 12 compatibility
  • Loading branch information
mikehardy authored Sep 17, 2020
1 parent d63d383 commit 392b3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNAppleAuthentication.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.social_media_url = 'http://twitter.com/invertaseio'
s.ios.deployment_target = "9.0"
s.source_files = 'ios/**/*.{h,m}'
s.dependency 'React'
s.dependency 'React-Core'
s.static_framework = true
end

0 comments on commit 392b3ac

Please sign in to comment.