I am working on project with another developer. We are working on bitbucket.
The problem is he made a changes in XIB files. After that when I do a git pull
, I receive the changes but get an error on XIB files. When I tried to open it, a show alert message saying could not opened
Line 81 startTag: invalid element name.
Thanks :)
I think @Tom Harrington is right, xib file was corrupted, So
Then every thing works great. Thanks guys :)