Skip to content

Commit 443f964

Browse files
committed
Fix path to ReactCommon in Graphics podspec
1 parent 9b50152 commit 443f964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ReactCommon/react/renderer/graphics/React-graphics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
3636
"**/android/*",
3737
"**/cxx/*"
3838
s.header_dir = "react/renderer/graphics"
39-
s.pod_target_xcconfig = { "USE_HEADERMAP" => "NO", "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/RCT-Folly\"" }
39+
s.pod_target_xcconfig = { "USE_HEADERMAP" => "NO", "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_TARGET_SRCROOT)/../../../\" \"$(PODS_ROOT)/RCT-Folly\"" }
4040

4141
s.dependency "RCT-Folly/Fabric", folly_version
4242
end

0 commit comments

Comments
 (0)