Skip to content

Commit

Permalink
iOS Add React-debug to ReactCommon.podspec (#42376)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #42376

Changelog: [IOS] [FIXED] - iOS Add React-debug to ReactCommon.podspec

Fixes the CocoaPod build broken due to: dd5474f

Reviewed By: philIip, cipolleschi

Differential Revision: D52899067

fbshipit-source-id: 8337df1602a030e26fcb560fe5c0eb34a9934e6e
  • Loading branch information
christophpurrer authored and facebook-github-bot committed Jan 19, 2024
1 parent 565dec4 commit ea0e826
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-native/ReactCommon/ReactCommon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Pod::Spec.new do |s|

ss.subspec "core" do |sss|
sss.source_files = "react/nativemodule/core/ReactCommon/**/*.{cpp,h}"
sss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_CONFIGURATION_BUILD_DIR)/React-debug/React_debug.framework/Headers\"" }
sss.dependency "React-debug", version
end
end
end

0 comments on commit ea0e826

Please sign in to comment.