TensorFlow-iOS-Example
TensorFlow-iOS-Example copied to clipboard
Integrating this in swift giving 'string' file not found error
I am using this framework in a swift project and used a bridging header to implement some functionalities. I was included this framework with CocoaPods into my swift project. But while trying to build the project, there are so many syntax errors like #include
Thanks in Advance
You cannot directly use C++ code from Swift. You need to wrap it in Obj-C or C code first.