How to setup search scope within location and frameworks in Xcode 9

Viewed 182

In Xcode 8 setup of new search scope within location and frameworks was very easy: enter image description here

This functionality is extremely useful for search within all linked frameworks. I often use it, for example, to find error name by code.

But I'm confused with new XCode 9 UI: enter image description here

How can I achieve the same functionality in Xcode 9?

1 Answers
Related