Skip to content

Commit

Permalink
Update react-native-editor Xcode script path
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun committed Mar 26, 2020
1 parent 2c5d1d3 commit d7c54c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
shellScript = "export NODE_BINARY=node\n../../../node_modules/react-native/scripts/react-native-xcode.sh\n";
};
06CE89E9A162D62B604C3B6C /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit d7c54c9

Please sign in to comment.