Vaibhav Jaiswal
05/23/2025, 8:46 AMgradle.properties
kotlin.native.cacheKind=none
The logs just show thisVaibhav Jaiswal
05/23/2025, 8:47 AMVaibhav Jaiswal
05/23/2025, 8:47 AMTimofey Solonin
05/23/2025, 12:00 PMProduct -> Scheme -> Edit Scheme...
to open the schemes menu and in the Run action check the Debug executable
box to run the process with lldb
• Otherwise if you don't attach the crashlog should be in
◦ ~/Library/Logs/DiagnosticReports/$YourApp-$date.ips
for the simulator
◦ In Product -> Destination -> Manage Run Destinations...
in the Open Recent Logs
directory for the deviceVaibhav Jaiswal
05/23/2025, 1:53 PMDebug executable
already checked
I also tried opening the recent logs of my device, and i dont find any logs of my app of the current session, all are old logsVaibhav Jaiswal
05/23/2025, 1:54 PMVaibhav Jaiswal
05/23/2025, 3:58 PMTimofey Solonin
05/23/2025, 4:01 PMls -lat ~/Library/Logs/DiagnosticReports/Medial*.ips
?