After updating to Xcode 4.4 last week i do not get autocomplete suggestions for any of the imports.This is weird because everything else seems to be ok but it is hard to look for the name of the header file to be imported from project explorer.
Share
You can solve this by adding your subfolders to the “User Header Search Paths” in Targets’s “Build Settings” tab (make sure to turn on the checkbox to the left).
Or, you can simply add your top folder where your .xcodeproj is located, f.e. “../trunk”, or whatever name it has.