Closed yakubbaev closed 11 years ago
Nop. The xibs is here: https://github.com/elc/ELCImagePickerController/tree/master/Classes/ELCImagePicker/Resources It looks like they were not imported into the Xcode project. It's fixed by importing them to the project.
I was trying to remove the xib from the project, since it was just empty anyways and pretty useless... I missed changing that line, so thanks for catching that yakubbaev.
In demo project, if you click on either "Normal Picker" or "Limited Picker" button app crashes with log: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </var/mobile/Applications/F5CEC86B-948D-4869-84D1-2BD6C1431655/ELCImagePickerDemo.app> (loaded)' with name 'ELCAlbumPickerController''
This kind of issues has been fixed.