I am writing a macOS document based application in Swift with the following versions:
MacOS: 10.13.4 Xcode: 9.3 Deployment 10.13 Sandbox: On
I have noticed that the search box in the open file dialog is non-functional (ie it returns no results, date categories etc, just an empty view).
Search results in open file dialogue
- I have not subclassed any important classes beyond those provided in the project template
- A vanilla document based application cocoa project (also sandboxed) with no edits produces a search box that DOES work:
Search results in open file dialogue for vanilla project
I have done the following so far:
- Full project clean and build, with deletion of default preferences
- Rebuild of spotlight index files
- Ensured all build and project settings are the same as the vanilla project
Please can anyone recommend how I investigate this further, or the type of issue that might be behind it? I am at a loss how to proceed.