0

Using the Pod install, i integrated this framework into my project, but due to the simple fact of installing the pod, it already has these errors, Has anyone been there?

Edit: I have already integrated the OpenCV Pod into the project and it is working normally!

terminal output

Jonas
  • 121,568
  • 97
  • 310
  • 388
zedaoreia
  • 35
  • 7
  • 1
    Try this https://stackoverflow.com/questions/53437837/xcode10-dyld-library-not-loaded-for-pod-installed-in-framework – Maysam Feb 21 '20 at 13:46
  • 1
    Does this answer your question? [Xcode10 - dyld: Library not loaded for pod installed in framework](https://stackoverflow.com/questions/53437837/xcode10-dyld-library-not-loaded-for-pod-installed-in-framework) – Maysam Feb 21 '20 at 13:46
  • I have Pod OpenCV integrate on this project. But when I integrate it CropPickerController, it fails!! – zedaoreia Feb 21 '20 at 14:01

1 Answers1

0

This is the error that appears in a project that is being used Pod OpenCV, right after the pod install of CropPickerController no longer runs the application, just for the simple fact of including a new pod.

error project

zedaoreia
  • 35
  • 7