This seems like such a basic task, but I'm at a standstill.
How do you do text search in Xcode, although (XML content) of all .xib files in a project?
For example, all of our .xib files contain this line in the second line: com.apple.InterfaceBuilder3.CocoaTouch.XIB . Therefore, I think that searching for all project files for this line will return all .xib files, but Xcode insists on "0 meetings." I double checked that the project search options look correct.
I have to miss something obvious. (Or Xcode is somehow hardcoded to skip .xib files.)
I am trying to find all .xib files that reference a specific class (and text search seems the most direct).
Thank!
xcode full-text-search xib
Jon-Eric Oct 18 2018-10-18 21:03
source share