Autocomplete for System Imports Not Working

I'm using Objective C. When typing #import <... I don't get any sort of autocomplete. I want to import the MKMapKit, or whatever it is named, but I get no autocomplete. I would have assumed it would be something like #import <MKMapKit/MKMapKit.h>.

I can search through the documentation for it but that's less productive. Not to mention the docs don't tell you the path usually.

I've tried some things such as turning off code completion, restarting xCode, and then turning it back on. But no luck.

Any other suggestions? I'm just guessing over time that with the various xCode updates I have on my system that something has gotten out of whack (just like my iCloud syncing between devices).

Welcome any suggestions.

Hoping for some insight here. I'm still facing this issue. The Apple Docs don't tell you what you need to include to use an Object so I don't know how to find what to type in without having the autocomplete working.

You can switch New Build System to Legacy Build System.

Autocomplete for System Imports Not Working
 
 
Q