Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I disable warnings being flagged as errors in XCode

Tags:

Is there a setting Xcode that lets you treat warnings NOT as errors in Xcode? I'm doing a lot of prototyping code where I don't care if I have an unused variable for example. Xcode is treating these warnings as errors and it is seriously slowing down my productivity. Can't figure out how to disable this though.

like image 308
Rob Segal Avatar asked Jul 19 '09 17:07

Rob Segal


1 Answers

In the build settings of your target there's an option named Treat Warnings as Errors. If it is on in your project, turn it off (even though this is the default).

like image 73
Nikolai Ruhe Avatar answered Oct 19 '22 23:10

Nikolai Ruhe