Hi all, Whenever I am trying to build my app on IOS and attach it to a Simulator. The build is getting succeeded but whenever the app is starting to launch on simulator, it is throwing a pop up error - " LLDB provided no error string"
The following error in the popup -
Could not launch “XX”
Domain: IDEDebugSessionErrorDomain
Code: 3
Failure Reason: LLDB provided no error string.
User Info: {
DVTErrorCreationDateKey = "2024-07-22 04:47:11 +0000";
DVTRadarComponentKey = 855031;
IDERunOperationFailingWorker = DBGLLDBLauncher;
RawUnderlyingErrorMessage = "LLDB provided no error string.";
}
Additionally in the console, this is printed in red in console -
Logging Error: Failed to initialize logging system. Log messages may be missing. If this issue persists, try setting IDEPreferLogStreaming=YES in the active scheme actions environment variables.
- I have tried all things - like restarting Xcode, restarting my Mac, cleaning up my workspace and trying to build again, but nothing helps.
- I have even tried deleting my Xcode, deleting everything in /Library/Developer and ~/Library/Developer , but this does not solve the issue either.
- I have also tried setting up env variables as mentioned in console. IDEPreferLogStreaming = YES . But this does't also help solve the case.
Any guidance to solve this error will be appreciated. TIA !