An1Ba7
An1Ba7

Reputation: 355

What does this icon mean in Xcode 4.5?

Xcode Icon

I have seen this icon on Xcode 4.5 whenever I run a project. I have also seen this possibly on older versions of Xcode also, though I can't remember distinctly.

What could this possibly mean?

EDIT: The image was not previously loaded, have uploaded it now

EDIT 2: I wanted to know about the number 3 which is coming in the left side of the image. I understand the "114" denotes the warnings". Apologies for the ambiguous explanation in the question before.

Upvotes: 0

Views: 162

Answers (1)

Abizern
Abizern

Reputation: 150575

It means you have warnings.

In this case you have 114 compiler warnings!

Click on it and you'll be taken to the correct tab in the project explorer where you can start working on correcting them.

As for the number 3, again, click on it - it shows you the number of tasks it is running.

Just try clicking on things in Xcode, you'll find a lot more information about it that way.

Upvotes: 3

Related Questions