Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property 'prefetchingEnabled' not found on object of type 'FSCalendarCollectionView *' #444

Closed
jmrborges05 opened this issue Oct 10, 2016 · 5 comments
Labels

Comments

@jmrborges05
Copy link

Hello,
i update to version 2.4.0 and the xcode return this error:
" Property 'prefetchingEnabled' not found on object of type 'FSCalendarCollectionView *'"
in this file FSCalendar.m line 278.
Thanks

WenchaoD added a commit that referenced this issue Oct 10, 2016
@WenchaoD WenchaoD added the Fixed label Oct 10, 2016
@WenchaoD
Copy link
Owner

I see you are still using Xcode7 @sucrewar . Here is the fix.

@jmrborges05
Copy link
Author

thanks 👍

@jmrborges05
Copy link
Author

Can you release a new version of pod whit this fix?

@WenchaoD
Copy link
Owner

It's fixed inside the current. Can you try this to perform a force reload?

rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "`pwd`/Pods/"
pod update

@jmrborges05
Copy link
Author

thanks man, i delete podfile.lock and make pod update and work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants