My relations with Objective-C and XCode are perfectly summarized as «hate from the first sight». Emotional as it is, I`d still like to develop GUI apps in C, the way I`m used to (.C files, .H files, Makefile and Clang), even for MacOS X ≥ 10.8.
I know that long ago there was Carbon, but now it`s of no use. CoreFoundation is good, especially in cases where the so-called toll-free bridging to NS* classes is available, but it`s only a scarce subset of what Cocoa has.
The question is: are there any ready to use C bindings to Cocoa?
I`ve almost succeeded in writing these myself, even with a makeshift subclass factory to support delegating, but then a thought stroke me: I`m definitely not the first one. However, all that I could google out was this and this.