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
If the project is created with framework version lower than 1.2, tns debug ios command fails with the following error: "Command failed: /bin/sh -c open -a '/.npm/tns-ios/1.1.2/package/WebInspectorUI/NativeScript Inspector.app' --args '/.npm/tns-ios/1.1.2/package/WebInspectorUI/Safari/Main.html' 'newAppRelease'
FSPathMakeRef(~/.npm/tns-ios/1.1.2/package/WebInspectorUI/NativeScript Inspector.app) failed with error -43."
Steps to reproduce:
Create new project
Add ios platform and ensure that the framework version is lower than 1.2.0
Try to execute tns debug ios.
The text was updated successfully, but these errors were encountered:
If the project is created with framework version lower than 1.2, tns debug ios command fails with the following error: "Command failed: /bin/sh -c open -a '
/.npm/tns-ios/1.1.2/package/WebInspectorUI/NativeScript Inspector.app' --args '/.npm/tns-ios/1.1.2/package/WebInspectorUI/Safari/Main.html' 'newAppRelease'FSPathMakeRef(~/.npm/tns-ios/1.1.2/package/WebInspectorUI/NativeScript Inspector.app) failed with error -43."
Steps to reproduce:
tns debug ios
.The text was updated successfully, but these errors were encountered: