I'm currently coding an iOS app in Swift, and I use some stuff like JSQMessages and JSQSystemSoundPlayer in Objective C.
When I introduced them in my code, I had the Xcode 6.2, and it worked perfectly. I downloaded Xcode 6.3.4 to use Swift 1.2, but now I have 40 warnings like :
"Property type "JSQMessagesCollectionView" is incompatible with type "UICollectionView", inherited from "UICollectionViewLayout""
I already made a Bridging Header to call the Objective C files.
Thanks a lot