-
Notifications
You must be signed in to change notification settings - Fork 22
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
Parse issue #21
Comments
Thanks for raising this issue. You're right that the parser doesn't currently handle the output of constraints made that way, but I believe that support can be added. |
just put some example of similar constraint if you will want to fix it |
Before I open a new issue...wtfautolayout doesn't seem to work with Xcode 14 at all, and I'm wondering if this is the same issue. Example constraints:
Just gives parsing error:
|
Hi @brokenalarms! The issue with that input is that one of the views' identifiers ( |
Thanks for the answer @johnpatrickmorgan! Nearly all of our identifiers use this terminology for namespacing though, so was hoping there would be a fix in sight for the parser to accept a valid identifier, versus the identifiers needing to conform to a specific naming subset that the parser allows :( Good to know anyway. |
input:
output:
I'm using
-[NSLayoutXAxisAnchor anchorWithOffsetToAnchor:]
, that seems to be the line the parser can't handleThe text was updated successfully, but these errors were encountered: