Search code examples
xcodeios8kal

iOS - No Known class method for selector 'dataForDay:month:year'


I got this error when I use kal library its inside KalLogic.m

No Known class method for selector 'dataForDay:month:year'

Any suggestion to fix it

Screen shot of problem enter image description here


Solution

  • First make sure you import NSDate+Convenience library

     import NSDate+Convenience.h
    

    Second add "-ObjC" to the additional flags enter image description here