How to set up a search scope within location and frameworks in Xcode 9

In Xcode 8, setting up a new search area within a location and framework was very simple: enter image description here

This functionality is extremely useful for searching in all related frameworks. I often use it, for example, to find the name of an error by code.

But I'm confused by the new Xcode 9 interface: enter image description here

How can I achieve the same functionality in Xcode 9?

+4
source share
1 answer

Updated for Xcode 9 beta 3.

I don't think this provides the exact same functionality, but it is close:

enter image description here

0
source

Source: https://habr.com/ru/post/1680794/


All Articles