-
-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on XLFormTextFieldCell.m line 102 #1043
Comments
liraz
added a commit
to driivz/XLForm
that referenced
this issue
Feb 10, 2019
Hi @liraz could you make a pull request with that fix? |
liraz
added a commit
to driivz/XLForm
that referenced
this issue
Feb 13, 2019
We had another similar crash that we can reproduce every day:
As stated before, the I hope my fix will solve this. |
mats-claassen
pushed a commit
that referenced
this issue
Mar 25, 2019
* selectorCell display repair Unable to display when value than apples first selectorOptions * fixed crash * fixed memory leaks * Cell disappears while inline picker is open * Fixes crash on update * check object object equal * codereview * fixed memory leaks * fixed memory leaks [2] * updated logic * fixed memory leaks * fix for crash #1043 * fix for crash #1044 * fix for issue #1044 * fix for issue #1044 * fixed mistake * fixed observation if lib uses in drawer controller * fixed kvo crash * reverted last fix * cleanup * fixed kvo * fix for crash #1043 * reverted #1045 (comment) * reverted #948 * fixed firstResponder logic * codereview in Descriptors * codereview
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems like memory for UITextfield delegate and target selector is not released.
Causing in the following crash:
The
KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED
happens after few times of allocation and release of the XLForm rows.and at some point the delegate still points to an older object and target listener is still there.
The text was updated successfully, but these errors were encountered: