ios icon indicating copy to clipboard operation
ios copied to clipboard

Update causes Chrome degger to stop working

Open bradrice opened this issue 5 months ago • 0 comments

I updated my ios to next:

"@nativescript/ios": "^8.6.4-next.2024-03-09-8212029414",

After doing so, the Chrome debugger stopped working. It appers to show Elements but Console and Network tabs don't work at all, and my app halts when attached to the debugger. If I control-C and restart my app runs until I attempt to attach to the debugger again. I use the debugger alot, because my app is populated by a pretty sophisticated api that I have to watch in the Network tab. It was working yesterday, but my app started crashing after updating Xcode. It was suggested I try to use next.

bradrice avatar Mar 12 '24 20:03 bradrice