Everything else in XCode4 works correctly, except the ImageKit classes.
Following Apple's tutorials, all classes and protocols starting "IKImage" are "not found" - it will compile against some of them (e.g. IKImageBrowserView), but others it won't even compile - e.g. the protocol IKImageBrowserItem.
It will NOT auto-complete any of them - even the ones that compile.
It seems something is broken - but I don't know what, and I have no idea how to fix it. To summarize:
- I'm building against OS X 10.6 - according to Apple's docs, 10.5 includes these files
- I've added Quartz framework
- I've added Quartzcore framework
- I'm importing: #import <Quartz/Quartz.h>
I've checked the actual framework files from Apple, and the Quartz/ImageKit is clearly missing the headers that Apple's docs say should be present :(.
NB: nothing else is missing or broken in my Xcode4 install - I develop OS X 32 and 64 bit apps, and iPhone and iPad apps all fine.
Anything else I should be doing?