Skip to content

Commit 62a3992

Browse files
committed
chore: apply node legacy ssl provider workaround
1 parent 1f4f280 commit 62a3992

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
echo "export PILOT_ITC_PROVIDER=$FASTLANE_IOS_TEAM_ID" >> $BASH_ENV
8484
echo "export PILOT_SKIP_WAITING_FOR_BUILD_PROCESSING=true" >> $BASH_ENV
8585
echo "export FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD=$FASTLANE_IOS_APPLE_APPLICATION_SPECIFIC_PASSWORD" >> $BASH_ENV
86-
ln -s $(which node) /usr/local/bin/node
8786
- run:
8887
name: Run fastlane
8988
command: yarn deploy:ios version:$APP_VERSION

sample/ios/SendbirdUIKitSample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
);
346346
runOnlyForDeploymentPostprocessing = 0;
347347
shellPath = /bin/sh;
348-
shellScript = "set -e\nexport ENTRY_FILE=$(pwd)/../index.js\nexport NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh\n";
348+
shellScript = "set -e\nexport NODE_OPTIONS=--openssl-legacy-provider\nexport ENTRY_FILE=$(pwd)/../index.js\nexport NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh\n";
349349
};
350350
0BA84524D24E532E3D2F7E25 /* [CP-User] [RNFB] Core Configuration */ = {
351351
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)