Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26694] [iOS] Runtime errors are not shown in console

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2019-01-09T18:18:21.000+0000
Affected Version/sRelease 8.0.0
Fix Version/sRelease 8.0.0
Componentsn/a
Labelsn/a
ReporterSamir Mohammed
AssigneeVijay Singh
Created2019-01-07T11:43:10.000+0000
Updated2019-01-09T18:36:17.000+0000

Description

The console is currently not showing any run time errors. *Test Steps*

Create a new titanium project

Add the following code in to the project

var w1 = Ti.UI.createWindow({
  backgroundColor: 'white'
});

window.open();

Run the program on an iOS device/sim

*Actual result* No runtime error is shown in the console. *Expected result* Run time error should be shown in the console. *NOTE:* Could also be linked to why certain deprecation warnings are not being shown.

Comments

  1. Vijay Singh 2019-01-09

    PR (master) - https://github.com/appcelerator/titanium_mobile/pull/10593 PR (8_0_X) - https://github.com/appcelerator/titanium_mobile/pull/10594 Note - 1. This will fix issue mentioned in TIMOB-26705 also 2. Verify test case mentioned in this ticket. 3. Verify test case mentioned in TIMOB-26705

JSON Source