Skip to content

Commit f0f81f8

Browse files
authored
fix: Fix Xcode 12 compatibility
Reference: facebook/react-native#29633
1 parent a3e3399 commit f0f81f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-tcp-socket.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.source_files = "ios/**/*.{h,m,swift}"
2020
s.requires_arc = true
2121

22-
s.dependency "React"
22+
s.dependency "React-Core"
2323
s.dependency "CocoaAsyncSocket"
2424

2525
end

0 commit comments

Comments
 (0)