QBImagePicker
QBImagePicker copied to clipboard
Error using latest Cocoapods
After I update to the latest cocopods 1.0.0, it build with error below:
error: Resource "/Users/yxtk/.jenkins/jobs/YXTK_iOS/workspace/Pods/QBImagePickerController/QBImagePickerController/QBImagePicker.bundle" not found
After check, I found there's something wrong in the Pods.sh it created after pod install:
install_resource "$PODS_CONFIGURATION_BUILD_DIR/QBImagePickerController/QBImagePicker.bundle"
QBImagePicker.bundle is not exist anymore in the latest version of QBImagePicker, but cocopods still points to it.
I have exactly the same problem. Changing the line @Chren mentioned fixed the problem for me. Will there be a new version soon, so we don't have to change it ourself?
Thank you