In XCode 5 DP6 and now GM, I have a problem with all of my projects not allowing me to use an Image Asset in more than one place on a storyboard without getting an error upon launch from XCode stating "The document 'main.storyboard' has X internal inconsistencies that were found and repaired. Please save this document to fix the inconsistencies."
If you choose to list the inconsistencies, you see that it's saying that every UIButton, or UIImageView that uses an image from your asset catalog, past the first use of it, is duplicated in the Storyboard. I try to save the document, but it does nothing, and when I relaunch the project, I get the same error.
Correct me if I'm wrong, but it's quite possible to use an Image Asset more than once in a project, right? I do not need to make a duplicate image for each time I want to use it, do I?
Has anyone else run into this problem? It occurs in every project I make, on two separate machines, in both XCode 5DP6, and XCode 5GM.