Skip to content

Commit 1f0b60d

Browse files
Fatme HavaluovaFatme Havaluova
Fatme Havaluova
authored and
Fatme Havaluova
committed
Merge branch 'release' into fatme/merge-release
2 parents 63670f9 + ccf81d0 commit 1f0b60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/ios-project-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
487487

488488
private executePodInstall(): IFuture<any> {
489489
this.$logger.info("Installing pods...");
490-
return this.$childProcess.exec("pod install", { cwd: this.platformData.projectRoot });
490+
return this.$childProcess.spawnFromEvent("pod", ["install"], "close", { cwd: this.platformData.projectRoot, stdio: 'inherit' });
491491
}
492492

493493
private prepareFrameworks(pluginPlatformsFolderPath: string, pluginData: IPluginData): IFuture<void> {

0 commit comments

Comments
 (0)