flutter_cpp_with_opencv icon indicating copy to clipboard operation
flutter_cpp_with_opencv copied to clipboard

OpenCV dependency iOS

Open chrisvonwielligh opened this issue 4 years ago • 2 comments

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

chrisvonwielligh avatar Jun 16 '21 07:06 chrisvonwielligh

When running pod install under example->iOS: None of your spec sources contain a spec satisfying the dependency: OpenCV (~> 4.5).

chrisvonwielligh avatar Jun 16 '21 10:06 chrisvonwielligh

Change to 4.1

phanvankhaicd avatar Jul 15 '21 08:07 phanvankhaicd