odyth
odyth

Reputation: 4336

xcode showing warnings as errors

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

Upvotes: 11

Views: 7562

Answers (1)

bioffe
bioffe

Reputation: 6383

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

Upvotes: 13

Related Questions