Skip to content

Commit ab83d60

Browse files
committed
fix ios device port to 8888
1 parent d1ddd3e commit ab83d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iOS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function portForward(iOSDriver: any, flutterPort: any, udid: any) {
2020
log.info(`Forwarding port ${flutterPort} to device ${udid}`);
2121
await DEVICE_CONNECTIONS_FACTORY.requestConnection(udid, flutterPort, {
2222
usePortForwarding: true,
23-
devicePort: flutterPort,
23+
devicePort: '8888',
2424
});
2525
}
2626
}

0 commit comments

Comments
 (0)