Skip to content

Commit 68dbc72

Browse files
Saadnajmiclaude
andcommitted
Revert unnecessary podspec header search path change
No platform/macos directory exists since all code is inline in platform/ios with #if TARGET_OS_OSX guards. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1f70ceb commit 68dbc72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Pod::Spec.new do |s|
4141
if ENV['USE_FRAMEWORKS']
4242
s.module_name = "React_graphics"
4343
s.header_mappings_dir = "../../.."
44-
header_search_paths = header_search_paths + ["\"$(PODS_TARGET_SRCROOT)/platform/ios\"", "\"$(PODS_TARGET_SRCROOT)/platform/macos\""] # [macOS]
44+
header_search_paths = header_search_paths + ["\"$(PODS_TARGET_SRCROOT)/platform/ios\""]
4545
end
4646

4747
s.pod_target_xcconfig = { "USE_HEADERMAP" => "NO",

0 commit comments

Comments
 (0)