-
-
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 XLFormViewController.m line 587 #1044
Comments
liraz
added a commit
to driivz/XLForm
that referenced
this issue
Feb 11, 2019
ikorich
added a commit
to driivz/XLForm
that referenced
this issue
Feb 11, 2019
ikorich
added a commit
to driivz/XLForm
that referenced
this issue
Feb 11, 2019
Hi @liraz thanks for reporting 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
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 - though most definitely had it before.
Here's the crash log:
The text was updated successfully, but these errors were encountered: