I was so excited to get my new book and dive right in. But right off the bat on the very first exercise, creating the MainWindowController xib file, crashes Xcode. I found a few similar postings on stackoverflow that exhibited similar behavior all pointing to editing the source of the xib file to set useAutoLayout = “NO”, but that seems to defeat the purpose of going through the exercise and learning to use the tool.
Editing the file, and trying to re-enable Auto Layout from the File Inspector didn’t help. Re-installing Xcode 6.3.2 (6D2105) didn’t help.
And it’s not just the MainWindowController xib file. The MainMenu xib file that comes with the empty new project does the same thing.
Any ideas? I’m stuck on moving forward without Auto Layout