Skip to content

Commit

Permalink
Fix broken jsiexecutor search path. (#23274)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
amccarri authored and facebook-github-bot committed Feb 4, 2019
1 parent 4989123 commit 2aa2401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Pod::Spec.new do |s|
ss.source_files = "ReactCommon/jsiexecutor/jsireact/*.{cpp,h}"
ss.private_header_files = "ReactCommon/jsiexecutor/jsireact/*.h"
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

s.subspec "jsi" do |ss|
Expand Down

0 comments on commit 2aa2401

Please sign in to comment.