nek023 / QBImagePicker

A clone of UIImagePickerController with multiple selection support.
MIT License
1.78k stars 552 forks source link

Error: Storyboard doesn't contain a view controller with identifier 'QBAlbumsNavigationController' #95

Closed ongaeshi closed 8 years ago

ongaeshi commented 8 years ago
2015-10-12 22:27:10.216 PictRuby[231:39437] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Storyboard (<UIStoryboard: 0x1456f8e0>) doesn't contain a view controller with identifier 'QBAlbumsNavigationController''
*** First throw call stack:
(0x261d00d7 0x3486cc77 0x29d7e0f9 0x12fdd1 0x12fc4d 0xda705 0x2983155d 0x298312cd 0x299ba619 0x298db42b 0x298db235 0x298db1c9 0x2982e9cb 0x292443e5 0x2923fc35 0x2923fabd 0x2923f45f 0x2923f24f 0x29238f5d 0x2619604d 0x26193731 0x26193b33 0x260df6d1 0x260df4e3 0x2da4c1a9 0x29891445 0xdf80d 0x34e3aaaf)
libc++abi.dylib: terminating with uncaught exception of type NSException
ongaeshi commented 8 years ago

Resolved when add QBImagePicker.storyboard to main bundle.

4f09674