I often see open source code importing third-party libraries in Xcode / Objective-C implementation files like this:
#import
Just stumbled upon the same issue, there are two types of search paths in Xcode:
Header Search Paths User Header Search Paths
If you add your own include folders into Header Search Paths, you can use angled brackets.