mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix RCTNetwork podspec
Summary: RCTNetwork files require the `MobileCoreServices` framework. This diff adds the spec to the Podfile Changelog: [iOS][Fixed] - Fix RCTNetwork podspec Reviewed By: PeteTheHeat Differential Revision: D18331084 fbshipit-source-id: 0de9e6d5e2ad2a24ba0cfdecd4a8a18419acf042
This commit is contained in:
committed by
Facebook Github Bot
parent
f3b3d777ab
commit
97a4b9b691
@@ -37,6 +37,7 @@ Pod::Spec.new do |s|
|
||||
"CLANG_CXX_LANGUAGE_STANDARD" => "c++14",
|
||||
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/Folly\""
|
||||
}
|
||||
s.frameworks = "MobileCoreServices"
|
||||
|
||||
s.dependency "Folly", folly_version
|
||||
s.dependency "FBReactNativeSpec", version
|
||||
|
||||
Reference in New Issue
Block a user