Skip to content

Commit f8b590f

Browse files
fix(init): install Cocoapods with New Architecture enabled by default (#2540)
1 parent b1c6443 commit f8b590f

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/src/commands/init

1 file changed

+1
-1
lines changed

packages/cli/src/commands/init/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ async function createFromTemplate({
298298
didInstallPods = installCocoapods;
299299

300300
if (installCocoapods) {
301-
await installPods(loader);
301+
await installPods(loader, {newArchEnabled: true});
302302
loader.succeed();
303303
setEmptyHashForCachedDependencies(projectName);
304304
}

0 commit comments

Comments
 (0)