3

I have installed library using pod file. used this library

https://github.com/ivpusic/react-native-image-crop-picker

image selection from gallery working fine when I run code from x-code , but got above error when I run 'react-native run-ios'.

enter image description here

Any solution will be helpful.

Rushi trivedi
  • 737
  • 1
  • 15
  • 37

1 Answers1

1

Reason for this error:

The xcode could find the library in pods you need to install pods in order to make it work on iOS.

try running

pod install