Skip to content

Commit 7a65eab

Browse files
j-piaseckimeta-codesync[bot]
authored andcommitted
Fix iOS frameworks build after switching to umbrella (#58646)
Summary: After #58571, the iOS frameworks build started failing due to missing search paths. This PR adds them, which should fix the build. Changelog: [INTERNAL] Pull Request resolved: #58646 Test Plan: Checks should be green Reviewed By: cortinico Differential Revision: D121375796 Pulled By: j-piasecki fbshipit-source-id: 5a6fa54576584fc4742cfd71db417249393f283e
1 parent d950a46 commit 7a65eab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎packages/react-native/ReactCommon/React-Fabric.podspec‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Pod::Spec.new do |s|
104104
"\"$(PODS_TARGET_SRCROOT)/react/renderer/components/text/platform/cxx\"",
105105
"\"$(PODS_TARGET_SRCROOT)/react/renderer/components/textinput/platform/ios\"",
106106
"\"$(PODS_TARGET_SRCROOT)/react/renderer/components/view/platform/cxx\"",
107+
"\"$(PODS_TARGET_SRCROOT)/react/renderer/core\"",
108+
"\"$(PODS_TARGET_SRCROOT)/react/renderer/debug\"",
107109
]
108110
end
109111

0 commit comments

Comments
 (0)