QBImagePicker icon indicating copy to clipboard operation
QBImagePicker copied to clipboard

Error using latest Cocoapods

Open Chren opened this issue 8 years ago • 1 comments

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.

Chren avatar May 20 '16 06:05 Chren

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

toffalori avatar Aug 22 '16 22:08 toffalori