File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
sample/ios/SendbirdUIKitSample.xcodeproj Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments