Swift compiler error "iostream" not found

I tried to implement a project that I found on github.

https://github.com/hossamghareeb/Facebook-POP-Tutorial

While I implemented the .h and .m files, I have an error that says Xcode could not find my "iostream" file.

I work in SWIFT using header bridges to use the framework. When I try to create an original project, it works, but mine always fails.

enter image description here

How to add iostream file?

Thanks in advance!

+4
source share
1 answer

Swift- Objective ++. , , ++ entites (, std::vector; std::iostream), .

POP- :

#import "POP.h"

#import , #import .h.

API, .mm, Objective C C-, , (, , back-end, , ).

, .mm , Swift, , - , .h, C Objective C, , .mm. .mm Objective ++ (clang++)

+2

All Articles