Hi, Every time I try to open my Main.storyboard file I keep seeing this error. If someone could help, it would be greatly appreciated.
Hi, Maybe your file has been "corrupted" by a bad merge (conflicts). Do you use git with other members of this project ? Try opening the file in a text editor (Atom for example) and search for some weird lines, like : "<<<<< [git branch name]" ... if you find that type of line you will now have to solve the conflicts (Google can help you dig into that type of issue)
Otherwise, if you are using Git, come back to a commit that allow you to open your Storyboard.
Hope it helps ...