Skip to content
Snippets Groups Projects
Unverified Commit 27f738e2 authored by Christian Falch's avatar Christian Falch Committed by GitHub
Browse files

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


Co-authored-by: default avatarRiccardo Cipolleschi <cipolleschi@meta.com>
parent 3a59941a
No related merge requests found
......@@ -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, {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment