-
Notifications
You must be signed in to change notification settings - Fork 103
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
"Invalid Reference" crash with anything that uses CheckRow. #209
Comments
As a workaround/fix, when you compile with Is this more of a RM issue? |
Thnx for the workaround. useful. |
This does seem to be an RM regression, but it's taking some effort to find out exactly what's going wrong. Disabling their retain cycle detector is a good mitigation technique until then, thanks @bwalton! |
+1 with this problem too. |
+1 |
Any luck in finding the issue? |
@clayallsopp Any progress? |
Nope, sorry guys :( I did spend a few hours digging into it in April, but I couldn't isolate it or remove it Until someone else digs into it, I don't think it will be fixed =\ |
I accidentally reproduced this issue in my own app. I think it's caused by adding subviews to cells and then scrolling, whereas you should be adding subviews to the cell's contentView. Once I changed that, I stopped seeing this error and everything began working as expected. Also, before I discovered this fix, the ARR_CYCLES_DISABLE=1 fix also worked for me. This leads me to believe the cause of our issues are probably the same. |
I'm seeing crashes in the KitchenSink example with anything that involves CheckRow.
RM 2.26
Formotion 1.7
Compile KitchenSink and tap "Check", "Select One" or "Subforms". All crash with:
The text was updated successfully, but these errors were encountered: