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

EXC Bad Access on CTFrameSetter #38

Closed
AmbroiseCollon opened this issue Apr 19, 2016 · 3 comments
Closed

EXC Bad Access on CTFrameSetter #38

AmbroiseCollon opened this issue Apr 19, 2016 · 3 comments

Comments

@AmbroiseCollon
Copy link

I installed latest version via cocoa pods.
I target iOS 9.0 and higher.

This lines throws a EXC_BAD_ACCES error :
CTFramesetterRef framesetterRef = CTFramesetterCreateWithAttributedString(attributedStringRef);

Any idea why ?

@tobihagemann
Copy link
Owner

Is there any way to reproduce this error in a minimal project? Have you tried the example project of THLabel? It's hard to say why this error occurs without being able to debug.

@AmbroiseCollon
Copy link
Author

AmbroiseCollon commented Apr 21, 2016

I think it's linked to IBDesignable and me overriding didSet on the text variable in a THLabel subclass. When I removed both, it worked.

@tobihagemann
Copy link
Owner

Alright! I'll close this for now. Feel free to re-open, if you think it's an actual bug with THLabel that needs to be fixed. :)

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

2 participants