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
Hello together,
I am currently playing with the 8.2.0-alpha.5 runtime as well as with 8.1.0 runtime. I have observed a problem with my app on IOS simulator when I try to debug my app.
If I used an IOS 13.5 emulator with 8.1.0 runtime the app sometimes crashed when the Chrome debugger connects. With the same 8.1.0 runtime but using an iOS15.2 simulator the app always crashes when the chrome debugger tries to connect to the emulator.
I therefore tried to use the new 8.2.0-alpha.5 runtime. However, behavior here is even worse, because here on both emulators iOS13.5 and iOS15.2 the app always crashes when the chrome debugger tries to connect.
When running ns ios debug I get the following:
Opened localhost 41000
To start debugging, open the following URL in Chrome:
devtools://devtools/bundled/inspector.html?ws=localhost:41000
Successfully synced application de.mynutridiary.mnd on device 7FDCBAF4-24E8-44B6-83AE-0C70054E70A2.
CONSOLE LOG: Loading inspector modules...
CONSOLE LOG: Finished loading inspector modules.
NativeScript loaded library /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libsqlite3.dylib
CONSOLE LOG: Angular is running in development mode. Call enableProdMode() to enable production mode.
Frontend client connected.
NativeScript debugger has opened inspector socket on port 18183 for de.mynutridiary.mnd.
Backend socket created.
Backend socket closed!
Frontend socket closed!
The text was updated successfully, but these errors were encountered:
cjohn001
changed the title
App crashes on Emulator when Chrome debugger tries to connect
8.2.0-alpha.5 : App crashes on Emulator when Chrome debugger tries to connect
Feb 6, 2022
Hello together,
I am currently playing with the 8.2.0-alpha.5 runtime as well as with 8.1.0 runtime. I have observed a problem with my app on IOS simulator when I try to debug my app.
If I used an IOS 13.5 emulator with 8.1.0 runtime the app sometimes crashed when the Chrome debugger connects. With the same 8.1.0 runtime but using an iOS15.2 simulator the app always crashes when the chrome debugger tries to connect to the emulator.
I therefore tried to use the new 8.2.0-alpha.5 runtime. However, behavior here is even worse, because here on both emulators iOS13.5 and iOS15.2 the app always crashes when the chrome debugger tries to connect.
When running ns ios debug I get the following:
ns --version
8.1.5-next-02-03-2022-1791684443
Attached you find the crashreport running alpha runtime on iOS15.2 emulator:
The text was updated successfully, but these errors were encountered: