IFTTT/JazzHands

Add <UIKit/UIKit.h> to IFTTTAnimator.h

jsm174 opened this issue · 0 comments

Using XCode 6.4, if you make a brand new project, and do nothing else other then adding a copy of JazzHands, the compile will fail.

.../IFTTTAnimator.h:12:28: Cannot find interface declaration for 'NSObject', superclass of 'IFTTTAnimator'

I believe this happens because precompiled headers are no longer defaulted to on in new projects.

If you simply add an import for UIKit to IFTTTAnimator.h you can get a clean compile.

jazzhands