B-Sides / ELCImagePickerController

A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection
http://www.icodeblog.com
1.65k stars 469 forks source link

Fix demo project crashes #41

Closed yakubbaev closed 11 years ago

yakubbaev commented 11 years ago

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.

lexrus commented 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. Screen Shot 2013-04-15 at 6 17 08 PM

jvanmetre commented 11 years ago

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.