I have a pure C++/Qt project on a Mac, but I now find that I need to call a few methods only available in the Cocoa API. Following instructions listed here:
http://e
It's compiling your .m file as Objective-C. You want it to be a .mm file for Objective-C++.
.m
.mm