xcode storyboard won't accept changes
storyboard, xcode
Solution
I had the same issue, and realized that I was playing with the Localization Locking setting, which is located on the right hand side menu under Interface Builder Documents.
Make sure that the selected setting is `Nothing` if you want to be able to make changes to your storyboard.
Hope this helps.
Problem
My storyboard seems locked. I have added new labels and imageviews to two different scenes, but at runtime the labels and pictures don't show. (All original items are displayed correctly.) I have tried Clean, Build, and Building for Running, Testing, and Profiling. I have copied the entire project to another Mac. It runs the program, accepts changes in the code, but this Mac, too, will not allow changes in the storyboard. (No added items, no changing the position of original items.) It's as if the storyboard is locked for editing. I've searched for info on storyboard locking but can't find anything that seems to apply to me (i.e. I'm not one of a team working on the same program.) I'd appreciate any ideas. (Xcode 4.2 on the 2nd Mac, Xcode 4.3.2 on the original where the problem first arose.)