Tell us which versions you are using:
Error when build
Add pod 'QBImagePickerController', :path => '../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePickerController.podspec'
pod install
Build and Error appear

Love react-native-image-crop-picker? Please consider supporting our collective:
馃憠 https://opencollective.com/react-native-image-crop-picker/donate
I updated the xcode from 10.3 to 11.1 and it worked
I have already found out the way to fix it. XCode v 10.1

I have already found out the way to fix it. XCode v 10.1
- Remove pod 'QBImagePickerController', :path => '../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePickerController.podspec'
cd ios, pod install- Add QBImagePicker.storyboard to "Copy Bundle Resources" and it works.
From developer site:
A storyboard is a visual representation of the user interface of an iOS application, showing screens of content and the connections between those screens. A storyboard is composed of a sequence of scenes, each of which represents a view controller and its views; scenes are connected by segue objects, which represent a transition between two view controllers.
I don't understand how adding a storyboard actually helps with this problem. What is happening behind the scenes? By doing this, are we unnecessarily increasing the size of the app?
Unable to resolve this issue No known class method for selector 'labelColor'
React-Native: 0.61.5
Xcode version: 10.1
node version: 10.15.3
Os: Mac OS Mojave(10.14.6)
react-native-image-crop-picker : ^0.28.0
Steps to reproduce:
npm i react-native-image-crop-picker
cd iOS && pod install
clean & build on Xcode
help me on this
Have the same issue on XCode 10.
Adding pod 'QBImagePickerController' not worked.
Adding QBImagePicker.storyboard not worked too.
Upgrade react-native-image-crop-picker to 0.28.0 and building with XCode 11 solve this issue.
Most helpful comment
I updated the xcode from 10.3 to 11.1 and it worked