-
Notifications
You must be signed in to change notification settings - Fork 104
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 -[UINib instantiateWithOwner:options:] + 456 (UINib.m:403) #761
Comments
Can this somehow be related to xib files which were last changed using an old toolsVersion? |
I'd suggest to get rid of xibs and create those cells in code - I doubt they're quite complex |
So, can be related to xib or corrupt nibs, and nothing I can do about this in the current code. Right? |
I'm not sure what's the reason tbh, although I doubt that it has something to do with old toolsVersion. If other xib-loading code follows the same logic and doesn't crash, then it's probably related to the xibs themselves somehow. |
I did a change which unifies the usage of Branch: loadNibNamed |
unification is an improvement for sure, although I doubt it'd fix anything. I've checked the nib crashes: they occur only on iOS 15 devices, this is already a pattern. You could check SO and apple developer forums, maybe others also suffer from that. |
Sadly you were right. The first crash reported for 1.12 is again
|
@kambala-decapitator, these issues were reported a few times with older App version as well -- for
RightMenuViewController
and and also forDetailViewController
. Any idea where to look at?Code for
RightMenuViewController
:Code for
DetailViewController
:The text was updated successfully, but these errors were encountered: