I\'m trying out the new Xcode 4.2 Beta and I\'m wondering if my code is wrong or if I\'m bumping in to an bug.
The new Storyboard feature is promising but extremely bug
I've run into this problem on a couple of occasions in Xcode 4.2 (final release as well).
It's usually related to an outlet or other connection that you've set up that the compiler is upset about (for lack of a better term). The trick is determining which connection(s) that is.
You can view the detailed output of the build process in Xcode 4.2 by doing the following: