Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Commit b834446

Browse files
authored
Fix Xcode 12 build errors (#363)
This affects projects that make use of use_frameworks! in their podspec. It seems that many projects we're using the wrong dependency.
1 parent 64f15f0 commit b834446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-music-control.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
1818
s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js'
1919
s.source_files = 'ios/*.{h,m}'
2020

21-
s.dependency 'React'
21+
s.dependency 'React-Core'
2222
end

0 commit comments

Comments
 (0)