Skip to content

Commit

Permalink
Fix React depenedency to enable XCode 12 build (#141)
Browse files Browse the repository at this point in the history
Latest Xcode 12 fails to build if the module doesn't depend on React-Core. Please check the following link for me details: facebook/react-native#29633 (comment)
  • Loading branch information
hosseintalebi authored Mar 19, 2021
1 parent 992d049 commit 3de133a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RollbarReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/author/RollbarReactNative.git', :tag => 'v0.8.0' }
s.requires_arc = true

s.dependency 'React'
s.dependency 'React-Core'
s.dependency 'Rollbar', '~> 1.12.8'

s.source_files = 'ios/RollbarReactNative.{h,m}'
Expand Down

0 comments on commit 3de133a

Please sign in to comment.