Skip to content

Commit 138a834

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #986 from NativeScript/fatme/merge-release
Merge release
2 parents 63670f9 + 1f0b60d commit 138a834

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)