Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/react-native/scripts/cocoapods/rncore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ def self.configure_aggregate_xcconfig(installer)

rncore_log("Configuring xcconfig for prebuilt React Native Core...")

vfs_overlay_flag = " -ivfsoverlay \"#{vfs_overlay_path}\""
swift_vfs_overlay_flag = " -Xcc -ivfsoverlay -Xcc \"#{vfs_overlay_path}\""
vfs_overlay_flag = " -ivfsoverlay \"$(PODS_ROOT)/React-Core-prebuilt/React-VFS.yaml\""
swift_vfs_overlay_flag = " -Xcc -ivfsoverlay -Xcc \"$(PODS_ROOT)/React-Core-prebuilt/React-VFS.yaml\""

# Add flags to aggregate target xcconfigs (these are used by the main app target)
installer.aggregate_targets.each do |aggregate_target|
Expand Down
Loading