Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why are Preview/Replace buttons disabled in Find & Replace in Project

Tags:

xcode

xcode5

enter image description here

I've no idea what else it wants me to do... or why it isn't working.

like image 777
Mr. Boy Avatar asked May 13 '14 22:05

Mr. Boy


1 Answers

Yes, it's not the most intuitive nor the most well-documented thing and it took me a few minutes of researching and fiddling around within Xcode myself to figure this out for you.

Click enter or return while your cursor is in the "Find" field in order to find all the things you are going to replace.

You'll see the list of found strings, and only at that point, that's when the "Preview" and "Replace" buttons will enable.

like image 176
Michael Dautermann Avatar answered Oct 06 '22 11:10

Michael Dautermann