Well, it doesn't want you to have sibling views that are one on top of another. You can make one view a subview of another view.
BTW, I recommend that you don't put your project folder inside /Developer I have a develop folder inside my home folder and put project folders inside that.
Hmm, my info window shows that issue as more of a warning (with an 'i' in a blue circle) than an error ('x' in a red circle). Regardless, you can probably just ignore it as long as things seem to be working ok. Wow, I didn't even know anybody really looked at that Document Info screen.but any time i put them near each other i just get errors everywhere...
How do i do that may i ask...
Why is that? Works fine for me?
While I would try to minimize overlapping views if you need to place views on top of an imageview you're going to get these notices.
On Cocoa on the Mac the drawing order of sibling views is 'undefined' so the appearance of overlapping views is considered to also be undefined. On UIKit I guess this isn't the case.
My reasons for trying to avoid this aren't well defined. Mostly I don't like to see errors or warnings if I can avoid it. I'll assume that there's a reason from Apple that they want views to be a certain size and to have a certain amount of space around them. Partly it's for appearance.
In the case the OP describes where he wants controls on top of an image view I guess there's no other option. I can say in my code I have one case where I layer an activity indicator on top of other views in an overlapping manner. I don't have another way to display the indicator.
As you know, Apple can change things at any time. They're more likely to change things that they've been giving warnings about.
Yes. I know I have. In fact, I wouldn't be surprised if over 90% of the apps available out there have these kinds of "errors" (more on that later).Has anyone gotten there App into the App store with these errors?
Almost certainly not. I bet they are not even checking for these "errors" (more on that later).Does Apple not care if there is an error on the views in an app?
Just to bug you, I'm guessing.If so why the hell put them up?
If your App runs perfectly, no worries, mate! Look, you have three options here: 1) learn to ignore them (i.e. don't even open that window anymore) and life will continue just as before (trust me), 2) change your Interface Builder preferences so that Illegal Geometry alerts are just Notice severity (somehow I think mine were always like this), or 3) re-do your UI so you have no overlapping siblings.I did also notice the App runs perfectly even with the errors i just prefer to send them off to Apple perfect with not one error! Guess thats just me?!![]()