Skip to content

Commit

Permalink
fix: Xcode 12 compatibility (TheWidlarzGroup#2152)
Browse files Browse the repository at this point in the history
Latest Xcode 12 fails to build while without a module to depend on React-Core directly hence this change is necessary for native modules on iOS. This change requires to React Native 0.60.2 or newer. For more details please check: facebook/react-native#29633 (comment)
  • Loading branch information
radko93 authored and brianpmarks committed May 28, 2021
1 parent 751545a commit 3d758c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-video.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |s|
s.static_framework = true
end

s.dependency "React"
s.dependency "React-Core"

s.default_subspec = "Video"

Expand Down

0 comments on commit 3d758c4

Please sign in to comment.