weilsonwonder / WWCalendarTimeSelector

A android inspired iOS date/time picker
MIT License
317 stars 126 forks source link

'Could not find a storyboard named 'WWCalendarTimeSelector' in bundle NSBundle #21

Closed marian19 closed 7 years ago

marian19 commented 7 years ago

let picker = UIStoryboard(name: "WWCalendarTimeSelector", bundle: bundle).instantiateInitialViewController() as! WWCalendarTimeSelector

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'WWCalendarTimeSelector' in bundle NSBundle

diego-watanabe commented 7 years ago

I have this same issue.

marian19 commented 7 years ago

I fixed by set the module for the view controller in WWCalendarTimeSelector.storyboard and set the module for the clock view

sarath435 commented 5 years ago

reason: 'Could not find a storyboard named 'WWCalendarTimeSelector' in bundle NSBundle

even though setting view controller name and clock view module names ...its not working and getting same error... can anyone solved this??

Jbr99921 commented 5 years ago

I'm using DemoBaseViewController in place of UIViewController to show chart in main Storyboard file and also need to use date for date ranger in that screen so i also use pod file pod 'WWCalendarTimeSelector' with that having WWCalendarTimeSelector.storyboard file and i'm facing issue is : Unknown class _TtC10Budget_NVT22WWCalendarTimeSelector in Interface Builder file. Could not cast value of type 'UIViewController' (0x1072001f0) to 'WWCalendarTimeSelector.WWCalendarTimeSelector' (0x107f03ce0). 2019-05-03 18:46:23.015841+0530 Budget[18071:321127] Could not cast value of type 'UIViewController' (0x1072001f0) to 'WWCalendarTimeSelector.WWCalendarTimeSelector' (0x107f03ce0).

ralspatel commented 4 years ago

I have the same issue

'Could not find a storyboard named 'WWCalendarTimeSelector' in bundle NSBundle'

can anyone help me to solve this problem, I integrate this library with pod.

thanks