When I attach FSCalendar all is good, but when attach FSCalendar to mi UIView in Class....Xcode 9 frozzen!! :(

Somebody know whats happen??
@yayoro same happening with me.. Did you resolve your problem?
No @BurhanMughal I dont resolve this problem. :(
I am also searching for it, Can you clarify which version of FSCalendar you are using ?
Im using: pod 'FSCalendar' in my podfile. I dont know which version exactly is it.
My XCode is version 9 and ios is version 11.
Ok, Will let you know if I find anything helpful.
Thank you so much @BurhanMughal
Hi @yayoro,
Finally resolved,
First quit your Xcode.
1- Change your pod file -> pod 'FSCalendar', '~> 2.7.9'
2- Open terminal
3- pod repo update
4- pod install
5- Open your project -> navigate to storyboard
It should work.
It work for me @BurhanMughal! Thank you
@BurhanMughal solution worked for me too.
Most helpful comment
Hi @yayoro,
Finally resolved,
First quit your Xcode.
1- Change your pod file -> pod 'FSCalendar', '~> 2.7.9'
2- Open terminal
3- pod repo update
4- pod install
5- Open your project -> navigate to storyboard
It should work.