Hello,
I've installed FastDTW-x using CocoaPods into my Swift iOS project, and added the following line to my bridging header:
#import <FastDTW_x/FastDTW.h>
However, the build fails with the following error in ColMajorCell.h and CostMatrix.h files:
Unknown type name 'namespace'
Additionally, I'm getting the following error in the WarpPath.h file:
'vector' file not found
Has anyone experienced such issues? If so, how could I resolve them?
Thanks,
Daniil
Hello,
I've installed FastDTW-x using CocoaPods into my Swift iOS project, and added the following line to my bridging header:
#import <FastDTW_x/FastDTW.h>However, the build fails with the following error in
ColMajorCell.handCostMatrix.hfiles:Additionally, I'm getting the following error in the
WarpPath.hfile:Has anyone experienced such issues? If so, how could I resolve them?
Thanks,
Daniil