When i mix .m and .cpp i have a problem with xcode not finding the default cpp include (like <map>
)
update: i'm adding a static lib in my iphone project (which does compile without any problems) and then use the include inside the .m, then the dependencies .h from c++ gets crazy..can't find or can't compile, i tried the .mm but it does'nt works.