Tôi có một lớp con UIWebView mà tôi đã sử dụng để phát cả video trên youtube và video cục bộ. Làm việc hoàn hảo dưới iOS6. Khi nâng cấp lên iOS7, tôi đã gặp sự cố Tôi không thực sự biết bắt đầu từ đâu. Trong khi lớp con dường như vẫn làm việc youtube chơi tốt và video cục bộ trên giả lập iOS7, khi tôi chơi một youtube trên thiết bị tôi nhận được các thông điệp sau đăng nhập:ios7 UIWebView Youtube Video
Sep 26 10:17:27 JRR-IPad SVOx[558] <Error>: CGContextSaveGState: 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.
Sep 26 10:17:27 JRR-IPad SVOx[558] <Error>: CGContextSetBlendMode: 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.
Sep 26 10:17:27 JRR-IPad SVOx[558] <Error>: CGContextSetAlpha: 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.
Sep 26 10:17:27 JRR-IPad SVOx[558] <Error>: CGContextTranslateCTM: 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.
Sep 26 10:17:27 JRR-IPad SVOx[558] <Error>: CGContextScaleCTM: 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.
Sep 26 10:17:27 JRR-IPad SVOx[558] <Error>: CGContextGetCTM: 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.
Sep 26 10:17:27 JRR-IPad SVOx[558] <Error>: CGContextDrawImage: 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.
Sep 26 10:17:27 JRR-IPad SVOx[558] <Error>: CGContextGetCTM: 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.
===
này chỉ xảy ra trên thiết bị, không phải trên trình mô phỏng và không xuất hiện trong iOS6. Tôi đã nhìn thấy một số bài viết ở đây nói về các vấn đề tương tự với các lớp khác nhau trên bản beta, nhưng tôi đã không nhìn thấy ý kiến về phiên bản phát hành iOS7.
Tôi không sử dụng bất kỳ phương pháp nào trong số các phương pháp này trong mã của mình, vì vậy các thư này có nguồn gốc trong thư viện.
Bất kỳ ai? TIA.
Tôi cũng đang đối mặt với vấn đề này. Bạn đã nộp lỗi chưa? – san
Tôi vừa gửi báo cáo lỗi # 15106115. – RegularExpression
Bạn có tìm thấy giải pháp nào cho vấn đề này không. Hãy chia sẻ nếu bạn đã làm. Thanx –