Text search though all .xib files in Xcode?
What I do is run grep in terminal: grep -i -r –include=*.xib “TextToFindHere” /PathToSearchHere Xcode doesn’t seem to have an option to search xib files and my attempts to get Spotlight to look at them have been unsuccessful.