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

[__NSDate firstOfMonth]: unrecognized selector sent to instance #214

Closed jerometonnelier closed 11 years ago

jerometonnelier commented 11 years ago

Hi guys I started using TapKu for its great calendar interface, but even though the project compiles w/o errors (followed every step in the wiki), I get this strange error. I guess some ressources are not linked to the binary since the project compiles w/o error (the method is know at compile time), but not at runtime. Any ideas where can this come from? I tried removing everything and start back from scratch, I still get the same runtime error. thanks.

devinross commented 11 years ago

Make sure you use -all_load and -ObjC in your other linker flags in the project settings.