Skip to content

Commit 828287d

Browse files
chrfalchreact-native-bot
authored andcommitted
added missing script in package.json (#52663)
Summary: When switching between release/debug we're running a script to copy the correct xcframework. This script for the React-Core prebuilts was not part of the package.json file. This caused the build to fail after trying to switch from debug -> release. ## Changelog: [IOS] [FIXED] - Fixed missing script for resolving prebuilt xcframework when switching between release/debug Pull Request resolved: #52663 Test Plan: - Create new RN App - Install pod with prebuilt deps and core - Build (success) - Switch to release - Build (success) Reviewed By: cortinico Differential Revision: D78481302 Pulled By: cipolleschi fbshipit-source-id: 1c7181e63219098ae140d77ff1cb2c0c9b9642e5
1 parent 2e1d711 commit 828287d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-native/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"ReactCommon",
107107
"README.md",
108108
"rn-get-polyfills.js",
109+
"scripts/replace-rncore-version.js",
109110
"scripts/bundle.js",
110111
"scripts/cocoapods",
111112
"scripts/codegen",

0 commit comments

Comments
 (0)