You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xib2Nib errors out on one of our xib files. I started commenting out parts of the file and calling Xib2Nib from the command line until I seemed to find the offending part and left it commented out. Now I can call xib2nib from the command line and it successfully makes a nib.
However if I run the VS build, at the end the xib compilation still fails with the same error.
Another problem is that the error message is more than 100 lines long therefore impossible to interpret.
I cannot post the xib file because of company policy.
The text was updated successfully, but these errors were encountered:
Okay I misinterpreted the build output. Turns out that during the Visual Studio build, xib2nib dumps all its output in the console but without ever specifying which xib file it errored out on. (The console listed all the xib files first, and then listed all the errors.)
Make Xib2Nib output the name of which file it errored out on
Make the error message one line instead of proportional to XML depth
marczellm
changed the title
Xib2Nib seems to change its behaviour based on call circumstances
Very hard to figure out errors in Xib2Nib output
Mar 4, 2019
Xib2Nib errors out on one of our xib files. I started commenting out parts of the file and calling Xib2Nib from the command line until I seemed to find the offending part and left it commented out. Now I can call xib2nib from the command line and it successfully makes a nib.
However if I run the VS build, at the end the xib compilation still fails with the same error.
Another problem is that the error message is more than 100 lines long therefore impossible to interpret.
I cannot post the xib file because of company policy.
The text was updated successfully, but these errors were encountered: