I'm trying to add an SDK to my Xcode project. The SDK contains .a files and (headers) .h files. The headers are imported to my Bridging-Header file (successfully).
In the headers there is an #include <map>
When I run the project I get an
Erorr 'map' file not found
When I cmd+click on it Xcode take me to The LLVM Compiler Infrastructure.
What is going wrong here?
I'm using Xcode Version 7.2 (7C68) with Swift 2.0.