Liraz S.
Liraz S.
Seems like memory for UITextfield delegate and target selector is not released. Causing in the following crash: ``` Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x198edbdac object_isClass + 16 1 Foundation 0x19a784928 KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED...
It seems that a previous reference of XLFormController is being retained because it was killed before the viewDidDisappear was supposed to be called. Then cell rowDescriptor cellConfig is actually nil...
Does TeaVM support Dead-for-now (DFN) code splitting like GWT? ```java GWT.runAsync(new RunAsyncCallback() { public void onFailure(Throwable caught) { Window.alert("Code download failed"); } public void onSuccess() { Window.alert("Hello, AJAX"); } });...
Exception log: ```Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x1d5f23dac object_isClass + 16 1 Foundation 0x1d77ca898 KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED + 68 2 Foundation 0x1d77c802c NSKeyValueWillChangeWithPerThreadPendingNotifications.llvm.9271023180890826241 + 304 3 UIKitCore 0x2040d6090 -[UITextField setDelegate:] + 120 4...