You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Thanks
The text was updated successfully, but these errors were encountered:
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"
self.frame = CGRectMake(roundf(CGRectGetMinX(self.frame)), roundf(CGRectGetMinY(self.frame)), roundf(CGRectGetWidth(self.frame)), roundf(CGRectGetHeight(self.frame)));
}
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
The text was updated successfully, but these errors were encountered: