Skip to content

Commit 750960b

Browse files
authored
fix: Fix Xcode 12 compatibility (#138)
Reference: facebook/react-native#29633 (comment)
1 parent 8c18f9d commit 750960b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-udp.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
1212
s.platform = :ios, "7.0"
1313
s.source = { :git => package_json["repository"]["url"].gsub(/(http.*)/).first, :tag => "v#{s.version}" }
1414
s.source_files = 'ios/**/*.{h,m}'
15-
s.dependency 'React'
15+
s.dependency 'React-Core'
1616
s.dependency 'CocoaAsyncSocket'
1717
end

0 commit comments

Comments
 (0)