mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

Context Error #79

Closed btate closed 9 years ago

btate commented 9 years ago

I'm getting a ton of these when a view controller disappears. It seems to be directly related to this pod.

CGContextRestoreGState: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
mrackwitz commented 9 years ago

Thanks for reporting this issue. Could you please add a Symbolic Breakpoint to your project for CGPostError and share the stacktrace you get with (lldb) bt, when this error happens?

mrackwitz commented 9 years ago

Closed as this seems to be related to #84.