mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fix: revert change to dSYM path
Co-authored-by: Christian Falch <875252+chrfalch@users.noreply.github.com>
This commit is contained in:
co-authored by
Christian Falch
parent
08a6a1ae65
commit
0aa79897e6
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user