Tell us which versions you are using:
After pod install the project should build.
project won't build.
ld: warning: directory not found for option '-F/Users/enriquem/Library/Developer/Xcode/DerivedData/Wupplier-crqjfnkinpdhptdffxxaumoabdml/Build/Products/Debug-iphoneos/QBImagePickerController'
ld: warning: directory not found for option '-F/Users/enriquem/Library/Developer/Xcode/DerivedData/Wupplier-crqjfnkinpdhptdffxxaumoabdml/Build/Products/Debug-iphoneos/RSKImageCropper'
ld: framework not found QBImagePickerController
clang: error: linker command failed with exit code 1 (use -v to see invocation)
this is an installation issue. please follow all installation steps from the readme file. I recommend using cocoapods approach.
For anyone else finding this, this was mentioned in another issue:
https://github.com/ivpusic/react-native-image-crop-picker/issues/27
I followed all the instructions, however i had to open the .xcworkspace file instead of .xcodeproj in order to get the build to work properly
Most helpful comment
For anyone else finding this, this was mentioned in another issue:
https://github.com/ivpusic/react-native-image-crop-picker/issues/27
I followed all the instructions, however i had to open the
.xcworkspacefile instead of.xcodeprojin order to get the build to work properly