From 27f738e231f6590db9af3ff7db4741016a7f76b0 Mon Sep 17 00:00:00 2001 From: Christian Falch <875252+chrfalch@users.noreply.github.com> Date: Tue, 27 May 2025 09:48:37 +0200 Subject: [PATCH] Update packages/react-native/scripts/ios-prebuild/swiftpackage.js Co-authored-by: Riccardo Cipolleschi --- packages/react-native/scripts/ios-prebuild/swiftpackage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/scripts/ios-prebuild/swiftpackage.js b/packages/react-native/scripts/ios-prebuild/swiftpackage.js index dd4d168314d..9b09db000f4 100644 --- a/packages/react-native/scripts/ios-prebuild/swiftpackage.js +++ b/packages/react-native/scripts/ios-prebuild/swiftpackage.js @@ -26,7 +26,7 @@ function buildSwiftPackage( const buildCommand = `xcodebuild -scheme React -destination "generic/platform=${platform}" -derivedDataPath "${outputFolder}" ` + `-configuration "${buildType}" SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES OTHER_SWIFT_FLAGS="-no-verify-emitted-module-interface"`; - buildLog('Building Swift package for ' + 'debug'); + buildLog(`Building Swift package for ${buildType}`); buildLog(buildCommand); execSync(buildCommand, {