-
Notifications
You must be signed in to change notification settings - Fork 435
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
OpenUDID crashes on iOS 6 #43
Comments
same issue here. using ARC, UIPasteboard pasteboardWithName says message sent to deallocated object. |
@zddd hope you did implement the selective non-arc flag. I use 6.1, xc 4.6.. no issue with [OpenUDID valueWithError:] in my source. little more detail about error would help. |
@futur yes, i did set -fno-objc-arc. the crash does not occur every time, almost none while running in simulator, but much more likely to crash while running in device with iOS6.1 |
I'm getting this crash as well. Does anybody know what causes it? Solution? |
@joshhinman well, just a hack.. Generate OpenUDID only once, (it's saved to UserDefault) . any time u want UDID, just retrieve from UserDefault... hope helps. |
The same issue here. Any solution from author? |
Same here, any idea? anyone? |
OK,i here.it's ok. 发件人: Mati Bot notifications@github.com Same here, any idea? anyone? |
Got the same issue, any solutions? |
got the same problem,can anybody help??? |
Guys, the issue is still open. Has anybody found why is it crashing, and what can be done to resolve this? |
does anyone know how to reproduce this crash? |
I got several crash reports that indicates
At line 265 OpenUDID.m
[OpenUDID valueWithError:] causes the crash by calling
[UIPasteboard pasteboardWithName:create:]
Exception Type: EXC_BAD_ACCESS
Code: KERN_INVALID_ADDRESS at 0xc1fdd899
There are ~2% probability for the App to crash.
The text was updated successfully, but these errors were encountered: