Skip to content

Commit 2aa2401

Browse files
amccarrifacebook-github-bot
authored andcommitted
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: #23274 Differential Revision: D13941752 Pulled By: cpojer fbshipit-source-id: 9415db4d160901386e2e926b56831be0d3ee9d2b
1 parent 4989123 commit 2aa2401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

React.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Pod::Spec.new do |s|
120120
ss.source_files = "ReactCommon/jsiexecutor/jsireact/*.{cpp,h}"
121121
ss.private_header_files = "ReactCommon/jsiexecutor/jsireact/*.h"
122122
ss.header_dir = "jsireact"
123-
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\"" }
123+
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\", \"$(PODS_TARGET_SRCROOT)/ReactCommon/jsiexecutor\"" }
124124
end
125125

126126
s.subspec "jsi" do |ss|

0 commit comments

Comments
 (0)