Skip to content

Commit f9926b2

Browse files
Fatme HavaluovaFatme Havaluova
Fatme Havaluova
authored and
Fatme Havaluova
committed
Fix livesync --emulator when the app is not installed on the iOS simulator
1 parent c641be3 commit f9926b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/usb-livesync-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class UsbLiveSyncService extends usbLivesyncServiceBaseLib.UsbLiveSyncSer
8383

8484
let beforeBatchLiveSyncAction = (filePath: string): IFuture<string> => {
8585
return (() => {
86-
let projectFileInfo = this.getProjectFileInfo(filePath);
86+
let projectFileInfo = this.getProjectFileInfo(filePath, platform);
8787
let mappedFilePath = path.join(projectFilesPath, path.relative(path.join(this.$projectData.projectDir, constants.APP_FOLDER_NAME), projectFileInfo.onDeviceName));
8888

8989
// Handle files that are in App_Resources/<platform>

0 commit comments

Comments
 (0)