Skip to content

Commit 017c415

Browse files
Merge pull request #3964 from NativeScript/vladimirov/fix-xcode10-install-app
fix: unable to install application every other time with Xcode 10
2 parents c51da02 + 8fd649c commit 017c415

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

lib/common/mobile/ios/simulator/ios-simulator-application-manager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class IOSSimulatorApplicationManager extends ApplicationManagerBase {
3333
}
3434
}
3535

36-
return this.iosSim.installApplication(this.device.deviceInfo.identifier, packageFilePath);
36+
await this.iosSim.installApplication(this.device.deviceInfo.identifier, packageFilePath);
3737
}
3838

3939
public async uninstallApplication(appIdentifier: string): Promise<void> {

npm-shrinkwrap.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"inquirer": "6.2.0",
4545
"ios-device-lib": "0.4.15",
4646
"ios-mobileprovision-finder": "1.0.10",
47-
"ios-sim-portable": "4.0.2",
47+
"ios-sim-portable": "4.0.3",
4848
"istextorbinary": "2.2.1",
4949
"jimp": "0.2.28",
5050
"lockfile": "1.0.3",

0 commit comments

Comments
 (0)