[AC-5268] Disregard issue fixed....iOS: App Crashes A view can only be associated with at most one view controller at a time! View
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Resolved |
| Resolution | Not Our Bug |
| Resolution Date | 2017-10-12T15:41:03.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Ghassan |
| Assignee | Shak Hossain |
| Created | 2017-10-11T14:14:41.000+0000 |
| Updated | 2017-10-12T15:41:03.000+0000 |
Description
Steps to Reproduce
This has been reported in the past as TIMOB-11986 and appraently resurfaced in latest SDKActual Result
crash with Application ErrorExpected Result
no crashAttachments
| File | Date | Size |
|---|---|---|
| .log | 2017-10-11T14:14:43.000+0000 | 466154 |
| diagnostic8977394721440007616.log | 2017-10-11T14:14:51.000+0000 | 111431 |
Problem was caused by a helper function added at end of Controller:
$.cleanup = function cleanup(){ problem_controller = null; //////This was the cause of the problem as that controller was created by another controller $.win.close(); }; $win.addEventListener('close', $.cleanup);Thanks [~safadig], so we can close this one?
Hello, Let us know the full environment configuration where it is regeneratable and also send a full reproducible code. I will forward the info to the old ticket and reopen it for farther investigation. This one will be closed. Thanks.