Glow-Inc / GLCalendarView

A fully customizable calendar view acting as a date range picker
MIT License
855 stars 106 forks source link

Bundle Error when install with Cocoapods #26

Open Tj3n opened 8 years ago

Tj3n commented 8 years ago

Hi, if I install the lib via cocoapods, i always have the crash that it cant find the nib for the cell, because it's pointing bundle nil, which is not suitable for cocoapods, hope u can update so that it will check for bundle and load correct nib files

Fenil15 commented 7 years ago

@Tj3n Same issue. Any update?

Tj3n commented 7 years ago

@Fenil15 I have to use workaround as bring GLCalendarView.xib and GLCalendarDayCell.xib to my main project :/ I think the dev forgot to add resource_bundle in their podfile that's why it never got called