fix: revert change to dSYM path

Co-authored-by: Christian Falch <875252+chrfalch@users.noreply.github.com>
This commit is contained in:
Riccardo Cipolleschi
2025-06-19 15:19:59 +02:00
committed by GitHub
co-authored by Christian Falch
parent 08a6a1ae65
commit 0aa79897e6
+1 -1
View File
@@ -149,7 +149,7 @@ function buildXCFrameworks(
path.join(framework, `..`, `..`, `React.framework.dSYM`),
);
console.log('Copying symbols to symbols folder...');
const symbolOutput = path.join(outputPath, '../..', 'Symbols');
const symbolOutput = path.join(outputPath, '..', 'Symbols');
symbolPaths.forEach(symbol => {
const destination = extractDestinationFromPath(symbol);
const outputFolder = path.join(symbolOutput, destination);