I am trying to figure out why XCode cannot resolve a C++ file I imported.
The code complete detects the algorithm library:
But when I try compile I get this:
Ok I found the issue.
As it turns out you need to not only use the .mm extension to invoke the objective-c++ compiler, but also anything that REFERENCES the .mm too. So I had a view controller that referenced the c++ header.