Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I turned on the setting "Treat Warnings as Errors" used it for a while and then turned it off however warnings still build as errors. I have restarted xcode and my pc.enter image description here

share|improve this question

1 Answer

up vote 5 down vote accepted

Try to override this setting on the Target level, rather than Project's.

share|improve this answer
didnt realize that you had build options at the target level and at project level. That is very confusing. Do you have an example of why that would be useful? – odyth Feb 24 '11 at 3:53
@odyth it is just a very useful knowledge that target level properties take precedence over project's level. If there are things that you can't explain, try to override 'em for target :) I learnt that the hard way. – bioffe Feb 24 '11 at 4:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.