flutter_cpp_with_opencv
flutter_cpp_with_opencv copied to clipboard
OpenCV dependency iOS
Based on the tutorial, it is unclear exactly how OpenCV is imported for iOS, On the podspec file
s.static_framework = true s.dependency 'OpenCV', '~> 4.5'
It complains that OpenCV is not found
When running pod install under example->iOS:
None of your spec sources contain a spec satisfying the dependency: OpenCV (~> 4.5).
Change to 4.1