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.
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
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