All of a sudden I can\'t build my project. I get the following compiler error:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.pl
I had this bug because I rewrote a to while editing the storyboard as source code.
I thought this quick-and-dirty solution would work for replacing some custom classes (subclass of UIView) with UIImageViews.
UIView
UIImageView
All praise GIT.