[TIMOB-23445] iOS: Allow way to avoid the red error controller modal with build setting
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-06-03T19:30:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.0.0 |
Components | iOS |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2016-05-27T00:03:11.000+0000 |
Updated | 2018-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).
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.
Cleaning up older fixed issues. If this issue should not have been closed as fixed, please reopen.