Does not conform to protocol 'JTACMonthViewDelegate'
(Required) Version Number: 8.0.2
Description
Type 'ViewController' does not conform to protocol 'JTACMonthViewDelegate'
Steps To Reproduce
- I added protocol stubs (cellForItem, willDisplayCell) functions
- Xcode shows me message with suggestion to add protocol stubs
- I click on fix button and add the stubs (cellForItem, willDisplayCell)
- Xcode shows me invalid redeclaration error
Additional Context
I saw several similar issues with this bug before but no one doesn't contain the fix for it I read the instruction in #553 but still not able to compile the project with these errors
When you click on the red circle in XCode. Does XCode not tell you the fix suggestion?
@patchthecode after clicking on the red circle it adds these 2 methods that I already added
are you sure those methods are EXACTLY the same? i have updated the names of functions in version 8.
see the full changed list here https://patchthecode.com/jtapplecalendar-version-8-0-0-migration-guide/
@patchthecode, yeah, they are completely the same

ok. this sounds like soem kind of caching error? Tried CMD + SHIFT + K to clean the project?
Reason why i am asking all this is because what you are seeing is not an error in the library. If possible, is your app open so that i can take a look? or is it private.
I have exactly same issue. Did you find solution?