You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -131,8 +130,9 @@ export class DebugIOSCommand implements ICommand {
131
130
private$injector: IInjector,
132
131
private$projectData: IProjectData,
133
132
private$platformsData: IPlatformsData,
133
+
private$iOSDebugService: IDebugService,
134
134
$iosDeviceOperations: IIOSDeviceOperations){
135
-
135
+
this.$projectData.initializeProjectData();
136
136
// Do not dispose ios-device-lib, so the process will remain alive and the debug application (NativeScript Inspector or Chrome DevTools) will be able to connect to the socket.
137
137
// In case we dispose ios-device-lib, the socket will be closed and the code will fail when the debug application tries to read/send data to device socket.
138
138
// That's why the `$ tns debug ios --justlaunch` command will not release the terminal.
0 commit comments