We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85da27d commit 3bc8a46Copy full SHA for 3bc8a46
2 files changed
packages/platform-ios/template/ios/HelloWorld.xcodeproj/project.pbxproj
@@ -179,7 +179,7 @@
179
);
180
runOnlyForDeploymentPostprocessing = 0;
181
shellPath = /bin/sh;
182
- shellScript = "bash -l -c \"${REACT_NATIVE_PATH}/scripts/xcode/with-environment.sh\" \"${PROJECT_DIR}/react-native-xcode.sh\"\n";
+ shellScript = "bash -l -c \"${PROJECT_DIR}/react-native-xcode.sh\"\n";
183
};
184
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
185
isa = PBXShellScriptBuildPhase;
packages/platform-ios/template/ios/react-native-xcode.sh
@@ -1,5 +1,7 @@
1
set -e
2
3
+. "$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh"
4
+
5
export CONFIG_CMD="dummy-workaround-value"
6
export CLI_PATH="$("$NODE_BINARY" --print "require('path').dirname(require.resolve('@rnef/cli/package.json')) + '/dist/src/bin.js'")"
7
0 commit comments