We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00776b0 commit df1568aCopy full SHA for df1568a
lib/services/ios-provision-service.ts
@@ -76,9 +76,6 @@ export class IOSProvisionService {
76
if (this.$options.device) {
77
devices = [this.$options.device];
78
} else {
79
- await this.$devicesService.initialize({
80
- platform: "ios"
81
- });
82
devices = _(this.$devicesService.getDeviceInstances())
83
.filter(d => this.$mobileHelper.isiOSPlatform(d.deviceInfo.platform))
84
.map(d => d.deviceInfo.identifier)
0 commit comments