Open lono175 opened 11 years ago
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. 个人微博:http://weibo.com/havenoo
发件人: Mati Bot notifications@github.com 收件人: ylechelle/OpenUDID OpenUDID@noreply.github.com 发送日期: 2013年4月30日, 星期二, 3:48 下午 主题: Re: [OpenUDID] OpenUDID crashes on iOS 6 (#43)
Same here, any idea? anyone? — Reply to this email directly or view it on GitHub.
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?
This issue still exists on iOS9.2. The debug info is: Class _NSZombie_NSURLError is implemented in both ?? and ??. One of the two will be used. Which one is undefined.
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.