mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
Fix broken jsiexecutor search path. (#23274)
Summary: This resolves issue #23217. iOS apps no longer run into missing header files for JSIExecutor. Pull Request resolved: https://github.com/facebook/react-native/pull/23274 Differential Revision: D13941752 Pulled By: cpojer fbshipit-source-id: 9415db4d160901386e2e926b56831be0d3ee9d2b
This commit is contained in:
committed by
Facebook Github Bot
parent
4989123f8c
commit
2aa2401766
@@ -120,7 +120,7 @@ Pod::Spec.new do |s|
|
|||||||
ss.source_files = "ReactCommon/jsiexecutor/jsireact/*.{cpp,h}"
|
ss.source_files = "ReactCommon/jsiexecutor/jsireact/*.{cpp,h}"
|
||||||
ss.private_header_files = "ReactCommon/jsiexecutor/jsireact/*.h"
|
ss.private_header_files = "ReactCommon/jsiexecutor/jsireact/*.h"
|
||||||
ss.header_dir = "jsireact"
|
ss.header_dir = "jsireact"
|
||||||
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\"" }
|
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\", \"$(PODS_TARGET_SRCROOT)/ReactCommon/jsiexecutor\"" }
|
||||||
end
|
end
|
||||||
|
|
||||||
s.subspec "jsi" do |ss|
|
s.subspec "jsi" do |ss|
|
||||||
|
|||||||
Reference in New Issue
Block a user