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.2.1
iOS Runtime:5.2.0
Describe the bug
If you have exception in the app entry point and error is missing in terminal. You can see only splash screen on device.
To Reproduce
tns create app
remove tns-core-modules from app.js: const application = require("/application");
tns run ios
exception not shown in the terminal
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
If you have exception in the app entry point and error is missing in terminal. You can see only splash screen on device.
To Reproduce
tns create app
tns-core-modules
fromapp.js
:const application = require("/application");
tns run ios
The text was updated successfully, but these errors were encountered: