Update packages/react-native/scripts/ios-prebuild/swiftpackage.js

Co-authored-by: Riccardo Cipolleschi <cipolleschi@meta.com>
This commit is contained in:
Christian Falch
2025-05-27 09:48:37 +02:00
committed by GitHub
co-authored by Riccardo Cipolleschi
parent 3a59941a73
commit 27f738e231
+1 -1
View File
@@ -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, {