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 trying to debug an issue in my app which seems to be related to an older iOS version being used, seems like ngOnInit is not called for an angular component in my app. However, the issue I am reporting here is related to not being able to connect with the debugger to my emulator (iPhone SE (1st generation)) when iOS13.7 is used.
Successfully synced application de.mynutridiary.mnd on device C3683AA3-C313-44C2-A3B1-45D5DBBD7BF6.
Frontend client connected.
NativeScript debugger was not able to get inspector socket port on device C3683AA3-C313-44C2-A3B1-45D5DBBD7BF6 for application de.mynutridiary.mnd.
Cannot connect to device socket. The error message is 'Device socket port cannot be found.'.
This happens with
"@nativescript/ios": "8.5.2-alpha.2",
and 8.5.1
OS: macOS 13.2.1CPU: (10) arm64 Apple M1 ProShell: /bin/zshnode: 18.12.1npm: 8.19.2nativescript: 8.5.3# androidjava: 11.0.18ndk: Not Foundapis: Not Foundbuild_tools: Not Foundsystem_images: Not Found# iosxcode: 14.3/14E222bcocoapods: 1.12.0python: 3.11.2python3: 3.11.2ruby: 2.7.7platforms:
- DriverKit 22.4
- iOS 16.4
- macOS 13.3
- tvOS 16.4
- watchOS 9.4
@vallemar : Just tried with 8.5.2.-alpha.3. It is not working. When trying to connect with Chrome, it says
"Frontend client connected."
and after a timeout
"NativeScript debugger was not able to get inspector socket port on device C3683AA3-C313-44C2-A3B1-45D5DBBD7BF6 for application de.mynutridiary.mnd. Cannot connect to device socket. The error message is 'Device socket port cannot be found.'."
on the command line. Chrome does not display anything.
Hello together,
I am currently trying to debug an issue in my app which seems to be related to an older iOS version being used, seems like ngOnInit is not called for an angular component in my app. However, the issue I am reporting here is related to not being able to connect with the debugger to my emulator (iPhone SE (1st generation)) when iOS13.7 is used.
This happens with
"@nativescript/ios": "8.5.2-alpha.2",
and 8.5.1
Dependencies
The text was updated successfully, but these errors were encountered: