When I mix .m and .cpp, I have a problem with xcode, without showing that the default cpp includes (for example <map>)
update: I add a static lib in my iphone project (which compiles without any problems), and then use include inside .m, then .h dependencies on C ++ become crazy .. cannot find or not compile, I tried. mm, but it does not work.
source
share