I am trying integrating OpenCV - 4.5.3 in my cocoapod project and when I build project I am getting following errors in cvdef.h file.
- “OpenCV 4.x+ requires enabled C++11 support”
- ‘array’ file not found
I am trying integrating OpenCV - 4.5.3 in my cocoapod project and when I build project I am getting following errors in cvdef.h file.