Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23445] iOS: Allow way to avoid the red error controller modal with build setting

GitHub Issuen/a
TypeStory
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2016-06-03T19:30:16.000+0000
Affected Version/sn/a
Fix Version/sRelease 6.0.0
ComponentsiOS
Labelsn/a
ReporterChristopher Williams
AssigneeChristopher Williams
Created2016-05-27T00:03:11.000+0000
Updated2018-08-06T17:49:28.000+0000

Description

Right now if the red error controller is displayed we block opening other modal dialogs or new windows/views. This causes an issue with our unit tests because it means one failed test can fail any of the UI tests. The code is written in a way that we won't show the error controller if the deploy type is set to "production", but "production" is set as invalid value for a simulator or device launch. Even if we could set deploy type to "production", that doesn't seem like the right fix for this (we still want other flags set for development like not minifying or encrypting the JS).

Comments

  1. Christopher Williams 2016-06-03

    https://github.com/appcelerator/titanium_mobile/pull/8027 We've branched for 5.4.0 so master is now ready for 6.0.0 tickets.
  2. Eric Merriman 2018-08-06

    Cleaning up older fixed issues. If this issue should not have been closed as fixed, please reopen.

JSON Source