Ever since I installed the Xcode 6 beta, i'm no longer able to see any headers when I type open -h {header}
. A typical interaction looks like:
$ open -h NSView
Unable to find header file matching NSView
$
I can find the headers, they're deep in the Xcode SDK bundles, which is fine, but open -h
doesn't seem to be aware of this location. Anybody know how to fix this?