Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tapkulibrary fail to archive in xcode 5.1.1 #298

Open
flyingfan76 opened this issue Oct 13, 2014 · 0 comments
Open

tapkulibrary fail to archive in xcode 5.1.1 #298

flyingfan76 opened this issue Oct 13, 2014 · 0 comments

Comments

@flyingfan76
Copy link

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"

  • (void) roundOffFrame{
    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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant