Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reset build settings to default in Xcode?

How do I reset build settings to default in Xcode?

like image 316
Rahul Vyas Avatar asked Sep 04 '09 15:09

Rahul Vyas


People also ask

How do I reset my Xcode build settings?

To reset a single project setting so that it's no longer bold, select the option in the project settings and hit the delete key.


2 Answers

To reset a single project setting so that it's no longer bold, select the option in the project settings and hit the delete key.

like image 64
Tim Sylvester Avatar answered Sep 19 '22 23:09

Tim Sylvester


Sometimes, especially with multi-line items, hitting delete or cmd-delete does not work. For those items I just resort to setting the first line to $(inherited). This means the item is still bold, but it will otherwise have the correct value.

like image 39
ThomasW Avatar answered Sep 16 '22 23:09

ThomasW