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
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 5.1.0
Android Runtime: 5.1.0
iOS Runtime: 5.1.0
Describe the bug
If you try to run app in non-project folder with --path in command without existing folder, you will see exception and you couldn't understand what is the problem.
To Reproduce
tns create app
navigate to folder different from app's folder
run /folder/tns run ios --path app
you will see message: Cannot read property 'targetedOS' of null
Expected behavior
correct error for non existing folder