Skip to content

Commit

Permalink
fix: Temporarily use legacy build system
Browse files Browse the repository at this point in the history
To prevent ios deployment issue: facebook/react-native#20492 (comment)
Issue happened when adding yoga pod (used for react-native-svg install)
  • Loading branch information
rlemasquerier committed Jun 1, 2019
1 parent 531247d commit e953fdc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ios/PetFeeder.xcodeproj/project.pbxproj
Expand Up @@ -1443,7 +1443,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
};
225F0311B398A7803B39DB83 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildSystemType</key>
<string>Original</string>
</dict>
</plist>

0 comments on commit e953fdc

Please sign in to comment.