shoheiyokoyama / Gemini

Gemini is rich scroll based animation framework for iOS, written in Swift.
https://www.youtube.com/watch?v=bPtq5E6lKzw&utm_content=bufferfa3fd&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
MIT License
3.25k stars 191 forks source link

Unknown class _TtC720GeminiCollectionView in Interface Builder file. #13

Open HappyIosDeveloper opened 6 years ago

HappyIosDeveloper commented 6 years ago

Hi. Thanks for this awesome framework. I implemented Gemini using Carthage. I get this error at run time: Unknown class _TtC720GeminiCollectionView in Interface Builder file.

On first line of this code:

        collectionView.gemini
            .circleRotationAnimation()
            .radius(400)
            .rotateDirection(.clockwise)
    }
shoheiyokoyama commented 6 years ago

@UzumakiAlfredo What are Xcode and iOS version?

HappyIosDeveloper commented 6 years ago

Version 9.3 (9E145) iOS 11.3

shoheiyokoyama commented 6 years ago

@UzumakiAlfredo Please show the reproducible code.