devinross / tapkulibrary

tap + haiku = tapku, a well crafted open source iOS framework
http://devinross.com/tapku/documentation
MIT License
3.9k stars 653 forks source link

Compile error #255

Closed giacomopiva closed 9 months ago

giacomopiva commented 11 years ago

I followed instructions mentioned in: https://github.com/devinross/tapkulibrary/wiki/Adding-Tapku-to-Your-Project-in-XCode-4

But I'm getting these compile errors:

Undefined symbols for architecture i386: "_CATransform3DConcat", referenced from: -[TKCoverflowView initWithFrame:deleclerationRate:] in libTapkuLibrary.a(TKCoverflowView.o) -[TKCoverflowView _transformForViewAtIndex:] in libTapkuLibrary.a(TKCoverflowView.o) "_CATransform3DIdentity", referenced from: -[TKCoverflowView initWithFrame:deleclerationRate:] in libTapkuLibrary.a(TKCoverflowView.o) -[TKCoverflowView _transformForViewAtIndex:] in libTapkuLibrary.a(TKCoverflowView.o) -[TKCoverflowView dequeueReusableCoverView] in libTapkuLibrary.a(TKCoverflowView.o) "_CATransform3DMakeRotation", referenced from: -[TKCoverflowView initWithFrame:deleclerationRate:] in libTapkuLibrary.a(TKCoverflowView.o) "_CATransform3DMakeTranslation", referenced from: -[TKCoverflowView initWithFrame:deleclerationRate:] in libTapkuLibrary.a(TKCoverflowView.o) -[TKCoverflowView _transformForViewAtIndex:] in libTapkuLibrary.a(TKCoverflowView.o) "_OBJCCLASS$_CABasicAnimation", referenced from: objc-class-ref in libTapkuLibrary.a(TKSlideToUnlockView.o) "_OBJCCLASS$_CAGradientLayer", referenced from: objc-class-ref in libTapkuLibrary.a(TKGradientView.o) objc-class-ref in libTapkuLibrary.a(TKSlideToUnlockView.o) "_OBJCCLASS$_CAShapeLayer", referenced from: objc-class-ref in libTapkuLibrary.a(TKShapeView.o) "_OBJCCLASS$_CATransaction", referenced from: objc-class-ref in libTapkuLibrary.a(TKCalendarDayView.o) "_kCAFilterNearest", referenced from: -[TKCalendarMonthTiles selectedImageView] in libTapkuLibrary.a(TKCalendarMonthView.o) "_kCATransactionDisableActions", referenced from: -[TKCalendarDayView layoutSubviews] in libTapkuLibrary.a(TKCalendarDayView.o) ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)