Skip to content

Commit 3905c91

Browse files
post install Darwin
1 parent 439f769 commit 3905c91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Apps/Playground/postinstall.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function exec(cmd, options) {
1212
function iosCMake() {
1313
console.log(chalk.black.bgCyan("Running CMake for iOS..."));
1414
exec("cmake -B ../../Build/iOS -G Xcode", {
15-
cwd: "node_modules/@babylonjs/react-native-iosandroid/ios",
15+
cwd: "node_modules/@babylonjs/react-native/ios",
1616
});
1717
}
1818

@@ -32,9 +32,9 @@ function postInstall() {
3232
if (os.platform() === "darwin") {
3333
iosCMake();
3434

35-
exec("npm install && npx gulp buildIOSRNTA", {
35+
/*exec("npm install && npx gulp buildIOSRNTA", {
3636
cwd: "../../Package",
37-
});
37+
});*/
3838

3939
console.log(chalk.black.bgCyan("Installing iOS pods..."));
4040
exec("pod install", { cwd: "ios" });

0 commit comments

Comments
 (0)