We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e2927 commit 9e5b3d6Copy full SHA for 9e5b3d6
1 file changed
ios/Campus.xcodeproj/project.pbxproj
@@ -179,7 +179,7 @@
179
);
180
runOnlyForDeploymentPostprocessing = 0;
181
shellPath = /bin/sh;
182
- shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"\\\"$WITH_ENVIRONMENT\\\" \\\"$REACT_NATIVE_XCODE\\\"\"\n";
+ shellScript = "set -e\n\nexport WITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nexport REACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c '\"$WITH_ENVIRONMENT\" \"$REACT_NATIVE_XCODE\"'\n";
183
};
184
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
185
isa = PBXShellScriptBuildPhase;
0 commit comments