Skip to content

Commit

Permalink
Fix for "iOS Release build from XCode fails at "[CP-User] [Hermes] Re…
Browse files Browse the repository at this point in the history
…place Hermes for the right configuration, if needed" step after adding a package"

Taken from facebook/react-native#39903 (comment)
  • Loading branch information
wmathurin committed Mar 21, 2024
1 parent 2ccd12f commit 2b79a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iosTests/prepareios.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ console.log('=== Installing sdk dependencies');
execSync('node ./updatesdk.js', {stdio: [0,1,2]});

console.log('=== Installing pod dependencies');
execSync('rm .xcode.env.local', {stdio:[0,1,2], cwd:'ios'});
execSync('pod update', {stdio:[0,1,2], cwd:'ios'});

console.log('=== Creating test_credentials.json');
Expand Down

0 comments on commit 2b79a66

Please sign in to comment.