Closed poojanjhaveri closed 10 years ago
The NBUImgePicker.bundle (and thus the NBUImagePickerController's Nib inside) is not getting copied to your target.
Hey,
Thanks for replying but I did figure out my problem.In the readme file, it does not say how to include the entire NBUImagePicker and not individual components. So up till now i was adding all the individual components through cocoapods and somehow in that NBUImagePickerBundle does not load or is not added. (please check into that).
Later I realized that I could add the entire package through pod 'NBUImagePicker' and that worked like a charm. So yes not adding bundle properly was an issue. Thanks for this wonderful library and response.
I see. Adding individual components should also add the resources bundle when needed. I'll fix that.
Thank you for using it!
Hi I am getting Couldn't load Nib named: NBUImagePickerController when i call..
[NBUImagePickerController startPickerWithTarget:self options:NBUImagePickerOptionStartWithCamera nibName:nil resultBlock:^(NSArray * mediaInfos) { }];