objc_msgSend panic: too many int args [recovered] #55
Replies: 2 comments 1 reply
-
This might work better now if it's generated since we aren't going through the variadic package's send, which has a hardcoded limit in supported arguments. Maybe we just need to add more? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The new system in main should work better now that this method is generated. Please let us know! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wrap NSLayoutConstraint like this:
this is NSLayoutConstraint schema
but
NewNSLayoutConstraintWithAttr
got panic: too many int args [recovered]How to solve it?
Beta Was this translation helpful? Give feedback.
All reactions