mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
iOS Add React-debug to ReactCommon.podspec (#42376)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42376 Changelog: [IOS] [FIXED] - iOS Add React-debug to ReactCommon.podspec Fixes the CocoaPod build broken due to: https://github.com/facebook/react-native/commit/dd5474f1e96e1c1e2f00ba3655ef86590d39b0fd Reviewed By: philIip, cipolleschi Differential Revision: D52899067 fbshipit-source-id: 8337df1602a030e26fcb560fe5c0eb34a9934e6e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
565dec4d20
commit
ea0e826c28
@@ -71,6 +71,8 @@ Pod::Spec.new do |s|
|
||||
|
||||
ss.subspec "core" do |sss|
|
||||
sss.source_files = "react/nativemodule/core/ReactCommon/**/*.{cpp,h}"
|
||||
sss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_CONFIGURATION_BUILD_DIR)/React-debug/React_debug.framework/Headers\"" }
|
||||
sss.dependency "React-debug", version
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user