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

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:

How can I achieve the same functionality in Xcode 9?
source
share