-
Notifications
You must be signed in to change notification settings - Fork 344
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
OHAttributedLabel carshes (points to null object) #170
Comments
Following what I see on Google about this kind of error, it's an iOS6 bug, probably related to the fact that you somewhere use a Check you |
as you mentioned it only crashes on iOS6. I have enabled NSZombies but instruments couldn't find any zombie!! would you explain more about this bug? I may post a sample app later and you can investigate it. |
A sample app to isolate the bug will definitely help investigate! |
you can download from here: I have attached your framework with my edits. just added my custom markup parser. it also sometimes crashes on line 403 of OHAttributedLabel.m. all this crashes happens on iOS 6 |
I have used your great framework (latest update) in my app. I used its markup parser to detect special words and show its synonym.
but after touching some words it crashes suddenly with this strange error in device console:
: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
in Xcode 5 it doesnt crash soon. (maybe because of enough ram on my macBook).
but in both it crashes.
here is an screenshot of xcode:
it doesnt show any error related to my code. it is memmory related error. how can I solve it?
The text was updated successfully, but these errors were encountered: