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

tapkulibrary fail to archive in xcode 5.1.1 #298

Open flyingfan76 opened 9 years ago

flyingfan76 commented 9 years ago

I following the document to import tapkulibrary in my project. The whole project can be successfully build and run on simulator and real device until the last phase "archive". During the archive phase, I always got the following errors report on "UIView+TKCategory.m" file.

"Semantic issue: Assignment to readonly property"

If I comment out this statement. I would get many other similar issues on alterview and calenderview file. Any suggestion on how to solve this issue. Btw I am using ios SDK 7.1

Thanks